diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-06-28 15:59:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-06-30 15:09:19 +0200 |
commit | 9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8 (patch) | |
tree | d7af332fd87ca635aeddc552236ab623341d7c96 /src/locale | |
parent | shared: split out BusObjectImplementor APIs (diff) | |
download | systemd-9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8.tar.xz systemd-9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8.zip |
shared: actually move all BusLocator related calls to bus-locator.c
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/localectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c index 96fc09a570..f00f15f3fe 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -8,7 +8,7 @@ #include "sd-bus.h" #include "bus-error.h" -#include "bus-util.h" +#include "bus-locator.h" #include "fd-util.h" #include "fileio.h" #include "kbd-util.h" |