core: epoll and signalfd has been moved into sd event loop

This commit is contained in:
Shawn Landden 2013-12-09 14:08:59 -08:00 committed by Lennart Poettering
parent 96115cdfe0
commit 9a636ed809
1 changed files with 0 additions and 2 deletions

View 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>