chiark / gitweb /
build-sys: move public header files into a dir of their own
[elogind.git] / src / manager.c
index 9957bbf12ac56d26b1a64315f4a739c1600e041e..7fd860ed06666db407eb06c42920d3eb5c287e2f 100644 (file)
@@ -41,6 +41,8 @@
 #include <libaudit.h>
 #endif
 
+#include <systemd/sd-daemon.h>
+
 #include "manager.h"
 #include "hashmap.h"
 #include "macro.h"
@@ -58,7 +60,6 @@
 #include "special.h"
 #include "bus-errors.h"
 #include "exit-status.h"
-#include "sd-daemon.h"
 #include "virt.h"
 
 /* As soon as 16 units are in our GC queue, make sure to run a gc sweep */