diff options
Diffstat (limited to 'src/poll.hpp')
-rw-r--r-- | src/poll.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
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 <stddef.h> -#if HAVE_SYS_TYPES -# include <sys/types.h> -#endif - -#if HAVE_SYS_SELECT_H -# include <sys/select.h> -#endif - -#if HAVE_POLL_H -# include <poll.h> -#elif HAVE_SYS_POLL_H -# include <sys/poll.h> -#endif - #include <vector> #include "fd.hpp" |