summaryrefslogtreecommitdiff
path: root/src/pgm_socket.cpp
diff options
context:
space:
mode:
authorGabriele Svelto <gabriele.svelto@gmail.com>2012-05-08 19:11:29 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-05-13 18:12:24 +0200
commita03730632e73d7809b352eb43007036f11deb746 (patch)
tree9f30ea5b4d3cbda8181d8dcd9bf4ee10571d3c26 /src/pgm_socket.cpp
parentef5ec121148eaf9d29fc1e8219f5804ba078191b (diff)
Move inclusion of select() and poll() headers to a single place
Signed-off-by: Gabriele Svelto <gabriele.svelto@gmail.com>
Diffstat (limited to 'src/pgm_socket.cpp')
-rw-r--r--src/pgm_socket.cpp8
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>