diff options
Diffstat (limited to 'src/pgm_socket.cpp')
-rw-r--r-- | src/pgm_socket.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pgm_socket.cpp b/src/pgm_socket.cpp index 7726259..64d337d 100644 --- a/src/pgm_socket.cpp +++ b/src/pgm_socket.cpp @@ -30,14 +30,6 @@ # 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 #endif #include <stdlib.h> |