summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2019-02-13 15:43:24 +0000
committerokan <okan>2019-02-13 15:43:24 +0000
commitc307e37dcb8f280e0c3c51248e71e4292e62631d (patch)
tree55f617e7a755940034bc6a17a0b6b5fbe7e22bc7 /conf.c
parent695eb1d8e52c8498afe342ec8ecd404fbffb9e1c (diff)
downloadcwm-c307e37dcb8f280e0c3c51248e71e4292e62631d.tar.gz
cwm-c307e37dcb8f280e0c3c51248e71e4292e62631d.tar.xz
cwm-c307e37dcb8f280e0c3c51248e71e4292e62631d.zip
fix missing includes
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index b18dc4a..f15598d 100644
--- a/conf.c
+++ b/conf.c
@@ -20,7 +20,6 @@
 
 #include <sys/types.h>
 #include <sys/queue.h>
-#include <sys/stat.h>
 
 #include <err.h>
 #include <errno.h>