]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/machine/machined.h
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / machine / machined.h
index b3e59bf9987c5c3c91b6e7946101ac168d15e93b..dac7a29ed193da0c39d2c7c925d1247341a73339 100644 (file)
 
 #include <stdbool.h>
 
-#include "list.h"
-#include "hashmap.h"
-#include "sd-event.h"
 #include "sd-bus.h"
+#include "sd-event.h"
+
+#include "hashmap.h"
+#include "list.h"
 
 typedef struct Manager Manager;