summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-07-26 22:54:35 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-26 22:54:35 +0200
commit6ca118a3d3fbfd99b0c351f1af53e668231e58eb (patch)
tree63eb093d83f6609598b2e48b0889f3a2cb820d23
parentcb5d6bd44bdf7c5c6a50582c961aed0752a6db60 (diff)
libdect: include cleanup - remove unneccessary includes from utils.h
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--include/utils.h3
-rw-r--r--src/io.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/include/utils.h b/include/utils.h
index 5eb53a9..6248d21 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -2,9 +2,6 @@
#define _LIBDECT_UTILS_H
#include <assert.h>
-#include <stdint.h>
-#include <stdbool.h>
-#include <unistd.h>
#ifndef AF_DECT
#define AF_DECT 38
diff --git a/src/io.c b/src/io.c
index 4b42675..9c6705f 100644
--- a/src/io.c
+++ b/src/io.c
@@ -34,6 +34,7 @@
* @{
*/
+#include <unistd.h>
#include <stdint.h>
#include <inttypes.h>
#include <fcntl.h>