Don't include sys/sockio.h from tcpip.cc; it's already in tcpip.h.

This commit is contained in:
david 2007-11-15 17:29:22 +00:00
parent 39e2f3ed61
commit 95fa8efd19

View file

@ -117,10 +117,6 @@
#include <sys/resource.h>
#endif
#if HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
#if HAVE_UNISTD_H
/* #include <sys/unistd.h> */
#include <unistd.h>