From 95fa8efd197c25f5d86de48a7ecd96b51e9e77dc Mon Sep 17 00:00:00 2001 From: david Date: Thu, 15 Nov 2007 17:29:22 +0000 Subject: [PATCH] Don't include sys/sockio.h from tcpip.cc; it's already in tcpip.h. --- tcpip.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tcpip.cc b/tcpip.cc index a8e568d25..2182883c4 100644 --- a/tcpip.cc +++ b/tcpip.cc @@ -117,10 +117,6 @@ #include #endif -#if HAVE_SYS_SOCKIO_H -#include -#endif - #if HAVE_UNISTD_H /* #include */ #include