chiark / gitweb /
build-sys: move public header files into a dir of their own
[elogind.git] / src / systemctl.c
index 2f03f6baa8a702e326ac7eb703773066557e94cd..9b915f65d6248b6723a6c45f3bc438b151f3f13d 100644 (file)
@@ -35,6 +35,8 @@
 #include <sys/prctl.h>
 #include <dbus/dbus.h>
 
+#include <systemd/sd-daemon.h>
+
 #include "log.h"
 #include "util.h"
 #include "macro.h"
@@ -49,7 +51,6 @@
 #include "list.h"
 #include "path-lookup.h"
 #include "conf-parser.h"
-#include "sd-daemon.h"
 #include "shutdownd.h"
 #include "exit-status.h"
 #include "bus-errors.h"