16 Sep
2012
16 Sep
'12
13:06
Module: ngircd.git Branch: master Commit: 74c7d7131f6754e1afa9b1ec7b95e95824475c97 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=74c7d7131... Author: Alexander Barton <alex@barton.de> Date: Tue Sep 11 14:37:31 2012 +0200 Don't include <stdint.h>, it is included by "portab.h" --- src/ngircd/conn.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c index 6091ebe..f451164 100644 --- a/src/ngircd/conn.c +++ b/src/ngircd/conn.c @@ -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