diff options
Diffstat (limited to 'src/grp-system/grp-utils')
-rw-r--r-- | src/grp-system/grp-utils/systemd-analyze/analyze-verify.c | 2 | ||||
-rw-r--r-- | src/grp-system/grp-utils/systemd-analyze/analyze.c | 2 | ||||
-rw-r--r-- | src/grp-system/grp-utils/systemd-run/run.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-system/grp-utils/systemd-analyze/analyze-verify.c b/src/grp-system/grp-utils/systemd-analyze/analyze-verify.c index d98970b31c..620ae7ee35 100644 --- a/src/grp-system/grp-utils/systemd-analyze/analyze-verify.c +++ b/src/grp-system/grp-utils/systemd-analyze/analyze-verify.c @@ -21,12 +21,12 @@ #include "core/manager.h" #include "sd-bus/bus-error.h" +#include "sd-bus/bus-util.h" #include "systemd-basic/alloc-util.h" #include "systemd-basic/log.h" #include "systemd-basic/path-util.h" #include "systemd-basic/strv.h" #include "systemd-basic/unit-name.h" -#include "systemd-shared/bus-util.h" #include "systemd-shared/pager.h" #include "analyze-verify.h" diff --git a/src/grp-system/grp-utils/systemd-analyze/analyze.c b/src/grp-system/grp-utils/systemd-analyze/analyze.c index 7d7dd52648..ea775c8dd1 100644 --- a/src/grp-system/grp-utils/systemd-analyze/analyze.c +++ b/src/grp-system/grp-utils/systemd-analyze/analyze.c @@ -26,6 +26,7 @@ #include <systemd/sd-bus.h> #include "sd-bus/bus-error.h" +#include "sd-bus/bus-util.h" #include "systemd-basic/alloc-util.h" #include "systemd-basic/glob-util.h" #include "systemd-basic/hashmap.h" @@ -39,7 +40,6 @@ #include "systemd-basic/unit-name.h" #include "systemd-basic/util.h" #include "systemd-shared/bus-unit-util.h" -#include "systemd-shared/bus-util.h" #include "systemd-shared/pager.h" #include "analyze-verify.h" diff --git a/src/grp-system/grp-utils/systemd-run/run.c b/src/grp-system/grp-utils/systemd-run/run.c index a831d2e046..a68938fb71 100644 --- a/src/grp-system/grp-utils/systemd-run/run.c +++ b/src/grp-system/grp-utils/systemd-run/run.c @@ -24,6 +24,7 @@ #include <systemd/sd-event.h> #include "sd-bus/bus-error.h" +#include "sd-bus/bus-util.h" #include "systemd-basic/alloc-util.h" #include "systemd-basic/calendarspec.h" #include "systemd-basic/env-util.h" @@ -37,7 +38,6 @@ #include "systemd-basic/unit-name.h" #include "systemd-basic/user-util.h" #include "systemd-shared/bus-unit-util.h" -#include "systemd-shared/bus-util.h" #include "systemd-shared/ptyfwd.h" #include "systemd-shared/spawn-polkit-agent.h" |