about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-12-28 15:01:45 +0000
committerAlexander Barton <alex@barton.de>2002-12-28 15:01:45 +0000
commit50d354bc21a6351c14f204cbc79f63277b2fde93 (patch)
tree40a3968440b19f69213e121ab2b7d330719ed302 /src
parent3c9da6565284fd06e6d34d6ad41d2d32a4ce11d6 (diff)
downloadngircd-50d354bc21a6351c14f204cbc79f63277b2fde93.tar.gz
ngircd-50d354bc21a6351c14f204cbc79f63277b2fde93.zip
- Removed needless include of <sys/select.h>.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/resolve.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ngircd/resolve.h b/src/ngircd/resolve.h
index cce5d02c..2f139d3c 100644
--- a/src/ngircd/resolve.h
+++ b/src/ngircd/resolve.h
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: resolve.h,v 1.3 2002/12/12 12:23:43 alex Exp $
+ * $Id: resolve.h,v 1.4 2002/12/28 15:01:45 alex Exp $
  *
  * Asynchronous resolver (header)
  */
@@ -20,9 +20,6 @@
 
 #include <sys/types.h>
 #include <netinet/in.h>
-#ifdef HAVE_SYS_SELECT_H
-#	include <sys/select.h>
-#endif
 
 
 typedef struct _Res_Stat