diff options
Diffstat (limited to '')
-rw-r--r-- | src/list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h index 6aca5f503..014ebf7c1 100644 --- a/src/list.h +++ b/src/list.h @@ -19,7 +19,6 @@ #ifndef LIST_H #define LIST_H -#include "../config.h" #include "os_compat.h" /* used to make a list where free() will be used to free data in list */ |