]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- Removed needless include of <sys/select.h>.
authorAlexander Barton <alex@barton.de>
Sat, 28 Dec 2002 15:01:45 +0000 (15:01 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 28 Dec 2002 15:01:45 +0000 (15:01 +0000)
src/ngircd/resolve.h

index cce5d02cd6b78f0a312902c65d2e5c2d15c7ea06..2f139d3c87107da753a684e969d5f463688dc5ef 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
  * (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)
  */
  *
  * Asynchronous resolver (header)
  */
@@ -20,9 +20,6 @@
 
 #include <sys/types.h>
 #include <netinet/in.h>
 
 #include <sys/types.h>
 #include <netinet/in.h>
-#ifdef HAVE_SYS_SELECT_H
-#      include <sys/select.h>
-#endif
 
 
 typedef struct _Res_Stat
 
 
 typedef struct _Res_Stat