diff options
Diffstat (limited to 'src/libsystemd/src/sd-bus/test-bus-marshal.c')
-rw-r--r-- | src/libsystemd/src/sd-bus/test-bus-marshal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/src/sd-bus/test-bus-marshal.c b/src/libsystemd/src/sd-bus/test-bus-marshal.c index 0db10fc1e9..9c66ba4538 100644 --- a/src/libsystemd/src/sd-bus/test-bus-marshal.c +++ b/src/libsystemd/src/sd-bus/test-bus-marshal.c @@ -36,10 +36,10 @@ #include "systemd-basic/hexdecoct.h" #include "systemd-basic/log.h" #include "systemd-basic/util.h" -#include "systemd-shared/bus-util.h" #include "bus-dump.h" #include "bus-message.h" +#include "bus-util.h" static void test_bus_path_encode_unique(void) { _cleanup_free_ char *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; |