From a03730632e73d7809b352eb43007036f11deb746 Mon Sep 17 00:00:00 2001 From: Gabriele Svelto Date: Tue, 8 May 2012 19:11:29 +0200 Subject: Move inclusion of select() and poll() headers to a single place Signed-off-by: Gabriele Svelto --- src/select.hpp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/select.hpp') diff --git a/src/select.hpp b/src/select.hpp index 23ca4d7..e46bd03 100644 --- a/src/select.hpp +++ b/src/select.hpp @@ -31,26 +31,6 @@ #include #include -#if defined XS_HAVE_WINDOWS -# include "winsock2.h" -#else -# if HAVE_SYS_TYPES_H -# include -# endif -# if HAVE_SYS_TIME_H -# include -# endif -# if HAVE_TIME_H -# include -# endif -# if HAVE_UNISTD_H -# include -# endif -# if HAVE_SYS_SELECT_H -# include -# endif -#endif - #include "fd.hpp" #include "thread.hpp" #include "io_thread.hpp" -- cgit v1.2.3