From 74c7d7131f6754e1afa9b1ec7b95e95824475c97 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 11 Sep 2012 14:37:31 +0200 Subject: [PATCH] Don't include , 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 6091ebe2..f4511642 100644 --- a/src/ngircd/conn.c +++ b/src/ngircd/conn.c @@ -47,10 +47,6 @@ # include #endif -#ifdef HAVE_STDINT_H -# include /* e.g. for Mac OS X */ -#endif - #ifdef TCPWRAP # include /* for TCP Wrappers */ #endif -- 2.39.2