Don't check type.h availability, it is required

This commit is contained in:
Alexander Barton 2012-09-11 14:36:34 +02:00
parent 2e13e821f8
commit 4dd1c31dc7
1 changed files with 1 additions and 3 deletions

View 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"