summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 04:45:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 04:48:25 +0200
commit6662ce280f002881e07d4ac5bc1a8fd5786a304c (patch)
tree81a94e5f618c88d329e4fe1f475ac84094c6e4ed /src/types.h
parent78e1baac0654aad82b855f8ded90c1f35c81a552 (diff)
downloadfastd-6662ce280f002881e07d4ac5bc1a8fd5786a304c.tar
fastd-6662ce280f002881e07d4ac5bc1a8fd5786a304c.zip
Move some includes to compat.h
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 856d321..b1026b5 100644
--- a/src/types.h
+++ b/src/types.h
@@ -37,7 +37,6 @@
#include <version.h>
#include <stdbool.h>
-#include <sys/types.h>
typedef struct fastd_tristate {