diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-25 11:19:27 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-25 11:19:27 +0200 |
commit | 8345c5c33fbed90a1d79fcd0756ade66aca2fcc9 (patch) | |
tree | 39b6844319f16969a26cbe6643df251a80e5272b /src/queue.h | |
parent | 8d2c058a19de01d7513012fe51066784c14fdbe4 (diff) | |
download | fastd-8345c5c33fbed90a1d79fcd0756ade66aca2fcc9.tar fastd-8345c5c33fbed90a1d79fcd0756ade66aca2fcc9.zip |
Introduce tristate type
Diffstat (limited to 'src/queue.h')
-rw-r--r-- | src/queue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/queue.h b/src/queue.h index 5b68907..c74fd55 100644 --- a/src/queue.h +++ b/src/queue.h @@ -29,7 +29,6 @@ #include "types.h" -#include <stdbool.h> #include <stdlib.h> #include <time.h> |