]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Don't include <stdint.h>, it is included by "portab.h"
authorAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:37:31 +0000 (14:37 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:37:31 +0000 (14:37 +0200)
src/ngircd/conn.c

index 6091ebe26a34a8096d2d62cf48e06b06c5dd321d..f4511642c7c7b309c0e302de58cd7e184c172166 100644 (file)
 # 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