poll:remove sys/signal.h include

This had been added accidentially.
This commit is contained in:
Matthias Schiffer 2015-01-10 12:28:09 +01:00
parent efcba8afcd
commit cd10d66ac9

View file

@ -69,7 +69,6 @@ static inline int handshake_timeout(void) {
#include <fcntl.h> #include <fcntl.h>
#include <sys/epoll.h> #include <sys/epoll.h>
#include <sys/signal.h>
#include <sys/syscall.h> #include <sys/syscall.h>