summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-19 02:44:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-19 02:44:19 +0200
commit38141a902a7257a9b54015d394302d08071583c9 (patch)
treea76daa8057160425231133ab6ead5889c83ba508
parent86888f3e1b6ccc0691bbd881f6a8e68b252c367e (diff)
downloadfastd-38141a902a7257a9b54015d394302d08071583c9.tar
fastd-38141a902a7257a9b54015d394302d08071583c9.zip
dlist: remove unused includes
-rw-r--r--src/dlist.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dlist.h b/src/dlist.h
index efe7021..ac7a5a9 100644
--- a/src/dlist.h
+++ b/src/dlist.h
@@ -26,9 +26,7 @@
#pragma once
-#include "types.h"
-
-#include <stdlib.h>
+#include <stddef.h>
typedef struct fastd_dlist_head fastd_dlist_head_t;