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/poll.hpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/poll.hpp') diff --git a/src/poll.hpp b/src/poll.hpp index 879f4ee..2dd67f4 100644 --- a/src/poll.hpp +++ b/src/poll.hpp @@ -28,20 +28,6 @@ #include -#if HAVE_SYS_TYPES -# include -#endif - -#if HAVE_SYS_SELECT_H -# include -#endif - -#if HAVE_POLL_H -# include -#elif HAVE_SYS_POLL_H -# include -#endif - #include #include "fd.hpp" -- cgit v1.2.3