1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-12 09:50:29 +00:00

Don't include <stdint.h>, it is included by "portab.h"

This commit is contained in:
Alexander Barton 2012-09-11 14:37:31 +02:00
parent 4dd1c31dc7
commit 74c7d7131f

View File

@ -47,10 +47,6 @@
# include <netinet/ip.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h> /* e.g. for Mac OS X */
#endif
#ifdef TCPWRAP
# include <tcpd.h> /* for TCP Wrappers */
#endif