From: Adam Dickmeiss Date: Tue, 27 May 2008 21:35:32 +0000 (+0200) Subject: Removed unnecessary include of socket h files X-Git-Tag: v1.0.14~19 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=3150f32c070e4b0319b99caa61197024db2a64b2;p=metaproxy-moved-to-github.git Removed unnecessary include of socket h files --- diff --git a/src/thread_pool_observer.cpp b/src/thread_pool_observer.cpp index f07c9b9..d5d21f1 100644 --- a/src/thread_pool_observer.cpp +++ b/src/thread_pool_observer.cpp @@ -21,13 +21,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #if HAVE_UNISTD_H #include #endif -#ifdef WIN32 -#include -#endif - -#if HAVE_SYS_SOCKET_H -#include -#endif #include #include