summaryrefslogtreecommitdiff
path: root/src/timedate
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-28 15:59:37 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-30 15:09:19 +0200
commit9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8 (patch)
treed7af332fd87ca635aeddc552236ab623341d7c96 /src/timedate
parentc664cf56071a256121015eda330d471ff166682f (diff)
downloadsystemd-9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8.tar.gz
shared: actually move all BusLocator related calls to bus-locator.c
Diffstat (limited to 'src/timedate')
-rw-r--r--src/timedate/timedatectl.c4
-rw-r--r--src/timedate/timedated.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c
index 285eba802b..97768808b7 100644
--- a/src/timedate/timedatectl.c
+++ b/src/timedate/timedatectl.c
@@ -9,15 +9,15 @@
#include "sd-bus.h"
#include "bus-error.h"
-#include "bus-util.h"
+#include "bus-locator.h"
#include "format-table.h"
#include "in-addr-util.h"
#include "main-func.h"
#include "pager.h"
#include "parse-util.h"
#include "pretty-print.h"
-#include "spawn-polkit-agent.h"
#include "sparse-endian.h"
+#include "spawn-polkit-agent.h"
#include "string-table.h"
#include "strv.h"
#include "terminal-util.h"
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c
index afe593ff64..8ecd9d5dd3 100644
--- a/src/timedate/timedated.c
+++ b/src/timedate/timedated.c
@@ -12,9 +12,9 @@
#include "alloc-util.h"
#include "bus-common-errors.h"
#include "bus-error.h"
+#include "bus-locator.h"
#include "bus-log-control-api.h"
#include "bus-polkit.h"
-#include "bus-util.h"
#include "clock-util.h"
#include "conf-files.h"
#include "def.h"