chiark / gitweb /
Always prefer our headers to system headers
[elogind.git] / src / shutdownd / shutdownd.c
index 25427d6416370fd8fe1250179e6ad81d2de2c960..92907497ed4aaa2ad8b110d19d9ba89d1312acb6 100644 (file)
@@ -30,8 +30,8 @@
 #include <fcntl.h>
 #include <stddef.h>
 
-#include <systemd/sd-daemon.h>
-#include <systemd/sd-shutdown.h>
+#include "systemd/sd-daemon.h"
+#include "systemd/sd-shutdown.h"
 
 #include "log.h"
 #include "macro.h"