summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-09-11 14:37:31 +0200
committerAlexander Barton <alex@barton.de>2012-09-11 14:37:31 +0200
commit74c7d7131f6754e1afa9b1ec7b95e95824475c97 (patch)
tree8ef6bda5d21d973c21ed8d87cd0973c6657e19c6 /src
parent4dd1c31dc70e97015f6bff4344de30742db073e8 (diff)
downloadngircd-74c7d7131f6754e1afa9b1ec7b95e95824475c97.tar.gz
ngircd-74c7d7131f6754e1afa9b1ec7b95e95824475c97.zip
Don't include <stdint.h>, it is included by "portab.h"
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conn.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c
index 6091ebe2..f4511642 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