summaryrefslogtreecommitdiff
path: root/src/grp-timedate
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/grp-timedate
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/grp-timedate')
-rw-r--r--src/grp-timedate/systemd-timedated/timedated.c2
-rw-r--r--src/grp-timedate/timedatectl/timedatectl.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-timedate/systemd-timedated/timedated.c b/src/grp-timedate/systemd-timedated/timedated.c
index 722f3dd2f8..2d3f1d4fd2 100644
--- a/src/grp-timedate/systemd-timedated/timedated.c
+++ b/src/grp-timedate/systemd-timedated/timedated.c
@@ -28,7 +28,7 @@
#include "basic/alloc-util.h"
#include "sd-bus/bus-common-errors.h"
#include "sd-bus/bus-error.h"
-#include "bus-util.h"
+#include "shared/bus-util.h"
#include "basic/clock-util.h"
#include "basic/def.h"
#include "basic/fileio-label.h"
diff --git a/src/grp-timedate/timedatectl/timedatectl.c b/src/grp-timedate/timedatectl/timedatectl.c
index 993fe7d385..323d2d7d53 100644
--- a/src/grp-timedate/timedatectl/timedatectl.c
+++ b/src/grp-timedate/timedatectl/timedatectl.c
@@ -26,10 +26,10 @@
#include <systemd/sd-bus.h>
#include "sd-bus/bus-error.h"
-#include "bus-util.h"
-#include "pager.h"
+#include "shared/bus-util.h"
+#include "shared/pager.h"
#include "basic/parse-util.h"
-#include "spawn-polkit-agent.h"
+#include "shared/spawn-polkit-agent.h"
#include "basic/strv.h"
#include "basic/terminal-util.h"
#include "basic/util.h"