chiark / gitweb /
core: epoll and signalfd has been moved into sd event loop
authorShawn Landden <shawn@churchofgit.com>
Mon, 9 Dec 2013 22:08:59 +0000 (14:08 -0800)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Dec 2013 22:50:29 +0000 (22:50 +0000)
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>