Remove some unnecessary includes and fix a typo.

This commit is contained in:
nicm
2014-04-17 11:38:35 +00:00
parent 2e98c9057d
commit bce952777a
6 changed files with 2 additions and 14 deletions

1
cfg.c
View File

@ -17,7 +17,6 @@
*/
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <errno.h>