diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-19 02:44:19 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-19 02:44:19 +0200 |
commit | 38141a902a7257a9b54015d394302d08071583c9 (patch) | |
tree | a76daa8057160425231133ab6ead5889c83ba508 /src/dlist.h | |
parent | 86888f3e1b6ccc0691bbd881f6a8e68b252c367e (diff) | |
download | fastd-38141a902a7257a9b54015d394302d08071583c9.tar fastd-38141a902a7257a9b54015d394302d08071583c9.zip |
dlist: remove unused includes
Diffstat (limited to 'src/dlist.h')
-rw-r--r-- | src/dlist.h | 4 |
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; |