summaryrefslogtreecommitdiff
path: root/src/libsystemd/src/sd-bus/test-bus-marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd/src/sd-bus/test-bus-marshal.c')
-rw-r--r--src/libsystemd/src/sd-bus/test-bus-marshal.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libsystemd/src/sd-bus/test-bus-marshal.c b/src/libsystemd/src/sd-bus/test-bus-marshal.c
index 59a11718d9..4d8f22b042 100644
--- a/src/libsystemd/src/sd-bus/test-bus-marshal.c
+++ b/src/libsystemd/src/sd-bus/test-bus-marshal.c
@@ -31,14 +31,15 @@
#include <systemd/sd-bus.h>
#include "basic/alloc-util.h"
-#include "bus-dump.h"
#include "basic/bus-label.h"
-#include "bus-message.h"
-#include "shared/bus-util.h"
#include "basic/fd-util.h"
#include "basic/hexdecoct.h"
#include "basic/log.h"
#include "basic/util.h"
+#include "shared/bus-util.h"
+
+#include "bus-dump.h"
+#include "bus-message.h"
static void test_bus_path_encode_unique(void) {
_cleanup_free_ char *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL;