diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-10 12:28:09 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-10 12:28:09 +0100 |
commit | cd10d66ac902bf9ccb3d950c2c2a526bea53079a (patch) | |
tree | b0000c4ac418e2417409f042e3aae74618a1c420 | |
parent | efcba8afcd89be9127725f6289e57f2435fb89ae (diff) | |
download | fastd-cd10d66ac902bf9ccb3d950c2c2a526bea53079a.tar fastd-cd10d66ac902bf9ccb3d950c2c2a526bea53079a.zip |
poll:remove sys/signal.h include
This had been added accidentially.
-rw-r--r-- | src/poll.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |