diff options
Diffstat (limited to 'src/grp-system/systemctl/systemctl.c')
-rw-r--r-- | src/grp-system/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-system/systemctl/systemctl.c b/src/grp-system/systemctl/systemctl.c index 1c25fb5b5f..ab9fc4a427 100644 --- a/src/grp-system/systemctl/systemctl.c +++ b/src/grp-system/systemctl/systemctl.c @@ -39,6 +39,7 @@ #include "sd-bus/bus-common-errors.h" #include "sd-bus/bus-error.h" #include "sd-bus/bus-message.h" +#include "sd-bus/bus-util.h" #include "systemd-basic/alloc-util.h" #include "systemd-basic/cgroup-util.h" #include "systemd-basic/copy.h" @@ -74,7 +75,6 @@ #include "systemd-basic/verbs.h" #include "systemd-basic/virt.h" #include "systemd-shared/bus-unit-util.h" -#include "systemd-shared/bus-util.h" #include "systemd-shared/cgroup-show.h" #include "systemd-shared/dropin.h" #include "systemd-shared/efivars.h" |