chiark / gitweb /
core: epoll and signalfd has been moved into sd event loop
[elogind.git] / src / core / manager.c
index c25343ffa097700db34e381463c691c3f41ccff9..ad4c6e8ed91fdce35495d1a8c752f2d601c1d2b2 100644 (file)
@@ -22,9 +22,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <string.h>
-#include <sys/epoll.h>
 #include <signal.h>
-#include <sys/signalfd.h>
 #include <sys/wait.h>
 #include <unistd.h>
 #include <sys/poll.h>