chiark / gitweb /
remove unused includes
[elogind.git] / src / shutdownd / shutdownd.c
index 60a646878e501725459aa1fbe971dba37f9b3084..6e4511ecea718e7a97a274e8039210891ffe12c5 100644 (file)
 
 #include <sys/socket.h>
 #include <poll.h>
-#include <sys/types.h>
 #include <sys/timerfd.h>
-#include <assert.h>
-#include <string.h>
 #include <errno.h>
 #include <unistd.h>
-#include <fcntl.h>
 #include <stddef.h>
 
 #include "systemd/sd-daemon.h"