summaryrefslogtreecommitdiffstats
path: root/src/jobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jobs.c')
-rw-r--r--src/jobs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jobs.c b/src/jobs.c
index 9680699d..abfe699e 100644
--- a/src/jobs.c
+++ b/src/jobs.c
@@ -36,7 +36,6 @@
#include <sys/eventfd.h>
#include <systemd/sd-event.h>
-#include "fdev.h"
#if HAS_WATCHDOG
#include <systemd/sd-daemon.h>
#endif
@@ -71,7 +70,6 @@ struct evloop
unsigned state; /**< encoded state */
int efd; /**< event notification */
struct sd_event *sdev; /**< the systemd event loop */
- struct fdev *fdev; /**< handling of events */
struct thread *holder; /**< holder of the evloop */
};