Don't check type.h availability, it is required
This commit is contained in:
parent
2e13e821f8
commit
4dd1c31dc7
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
#include "imp.h"
|
#include "imp.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef PROTOTYPES
|
#ifdef PROTOTYPES
|
||||||
# include <stdarg.h>
|
# include <stdarg.h>
|
||||||
|
@ -34,9 +35,6 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef HAVE_CTYPE_H
|
|
||||||
# include <ctype.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "array.h"
|
#include "array.h"
|
||||||
#include "ngircd.h"
|
#include "ngircd.h"
|
||||||
|
|
Loading…
Reference in New Issue