]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/bus-proxyd/synthesize.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / bus-proxyd / synthesize.c
index 15d99103f6dc0aeaff2731ed339ccd524792eb3a..7f1f9dc28d68309ae3093b0a9abd213f3b1220fe 100644 (file)
 
 #include <stddef.h>
 
-#include "util.h"
 #include "sd-bus.h"
+
 #include "bus-internal.h"
+#include "bus-match.h"
 #include "bus-message.h"
 #include "bus-util.h"
-#include "bus-match.h"
 #include "synthesize.h"
+#include "util.h"
 
 int synthetic_driver_send(sd_bus *b, sd_bus_message *m) {
         int r;