]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/test-inhibit.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / login / test-inhibit.c
index 03516de916b02bd57afc9673bef0d7e463aa9bdc..f231e54cde885fca469d94861b8ef3b8d4ca2daf 100644 (file)
 
 #include <unistd.h>
 
-#include "macro.h"
-#include "util.h"
 #include "sd-bus.h"
+
 #include "bus-util.h"
+#include "macro.h"
+#include "util.h"
 
 static int inhibit(sd_bus *bus, const char *what) {
         _cleanup_bus_message_unref_ sd_bus_message *reply = NULL;