X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=src%2Fbus-proxyd%2Fsynthesize.c;h=7f1f9dc28d68309ae3093b0a9abd213f3b1220fe;hp=15d99103f6dc0aeaff2731ed339ccd524792eb3a;hb=07630cea1f3a845c09309f197ac7c4f11edd3b62;hpb=4f5dd3943bef8a04be7e3b838b822bb9a7ad6cb3 diff --git a/src/bus-proxyd/synthesize.c b/src/bus-proxyd/synthesize.c index 15d99103f6d..7f1f9dc28d6 100644 --- a/src/bus-proxyd/synthesize.c +++ b/src/bus-proxyd/synthesize.c @@ -23,13 +23,14 @@ #include -#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;