]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Don't check type.h availability, it is required
authorAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:36:34 +0000 (14:36 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:36:34 +0000 (14:36 +0200)
src/ngircd/conf.c

index 627e6d3fbf22557d695478ffe2a507b5fafe2a4d..5853926e4df98dfc02a4c6e80e16f39135b7dca4 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "imp.h"
 #include <assert.h>
+#include <ctype.h>
 #include <errno.h>
 #ifdef PROTOTYPES
 #      include <stdarg.h>
@@ -34,9 +35,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#ifdef HAVE_CTYPE_H
-# include <ctype.h>
-#endif
 
 #include "array.h"
 #include "ngircd.h"