summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authornicm <nicm>2014-04-17 11:38:35 +0000
committernicm <nicm>2014-04-17 11:38:35 +0000
commitbce952777a491c5099693e2c256a14e51aecfaa6 (patch)
tree65cb747d9eb539e2f59b175b93922c0bfaff0b85 /cfg.c
parent2e98c9057de6c5700ca01bd58932373b103ef976 (diff)
Remove some unnecessary includes and fix a typo.
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index 35192dc0..5d98dbe4 100644
--- a/cfg.c
+++ b/cfg.c
@@ -17,7 +17,6 @@
*/
#include <sys/types.h>
-#include <sys/stat.h>
#include <ctype.h>
#include <errno.h>