summaryrefslogtreecommitdiffstats
path: root/src/poll.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-10 12:28:09 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-10 12:28:09 +0100
commitcd10d66ac902bf9ccb3d950c2c2a526bea53079a (patch)
treeb0000c4ac418e2417409f042e3aae74618a1c420 /src/poll.c
parentefcba8afcd89be9127725f6289e57f2435fb89ae (diff)
downloadfastd-cd10d66ac902bf9ccb3d950c2c2a526bea53079a.tar
fastd-cd10d66ac902bf9ccb3d950c2c2a526bea53079a.zip
poll:remove sys/signal.h include
This had been added accidentially.
Diffstat (limited to 'src/poll.c')
-rw-r--r--src/poll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/poll.c b/src/poll.c
index 9e72f09..899c9e2 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -69,7 +69,6 @@ static inline int handshake_timeout(void) {
#include <fcntl.h>
#include <sys/epoll.h>
-#include <sys/signal.h>
#include <sys/syscall.h>