From dbf148183e1370d5b62e15abb8b24292a3009124 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 9 Nov 2007 21:52:38 +0000 Subject: [PATCH] Remove include of sys/select.h from tcpip.c . It is not needed. --- src/tcpip.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/tcpip.c b/src/tcpip.c index 2ef9dc2..275c10c 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tcpip.c,v 1.36 2007-10-09 06:00:56 adam Exp $ + * $Id: tcpip.c,v 1.37 2007-11-09 21:52:38 adam Exp $ */ /** * \file tcpip.c @@ -46,9 +46,6 @@ #if HAVE_SYS_SOCKET_H #include #endif -#if HAVE_SYS_SELECT_H -#include -#endif #if HAVE_SYS_WAIT_H #include #endif -- 1.7.10.4