summaryrefslogtreecommitdiff
path: root/src/grp-timedate/systemd-timedated/timedated.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-timedate/systemd-timedated/timedated.c')
-rw-r--r--src/grp-timedate/systemd-timedated/timedated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-timedate/systemd-timedated/timedated.c b/src/grp-timedate/systemd-timedated/timedated.c
index 7b9d32682d..bddaf71cb0 100644
--- a/src/grp-timedate/systemd-timedated/timedated.c
+++ b/src/grp-timedate/systemd-timedated/timedated.c
@@ -27,6 +27,7 @@
#include "sd-bus/bus-common-errors.h"
#include "sd-bus/bus-error.h"
+#include "sd-bus/bus-util.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/clock-util.h"
#include "systemd-basic/def.h"
@@ -37,7 +38,6 @@
#include "systemd-basic/strv.h"
#include "systemd-basic/user-util.h"
#include "systemd-basic/util.h"
-#include "systemd-shared/bus-util.h"
#define NULL_ADJTIME_UTC "0.0 0 0\n0\nUTC\n"
#define NULL_ADJTIME_LOCAL "0.0 0 0\n0\nLOCAL\n"