summaryrefslogtreecommitdiff
path: root/src/grp-locale
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-locale
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/grp-locale')
-rw-r--r--src/grp-locale/localectl.c6
-rw-r--r--src/grp-locale/localed.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-locale/localectl.c b/src/grp-locale/localectl.c
index 2f4a82a07c..a159f8ed2e 100644
--- a/src/grp-locale/localectl.c
+++ b/src/grp-locale/localectl.c
@@ -28,14 +28,14 @@
#include <systemd/sd-bus.h>
#include "bus-error.h"
-#include "bus-util.h"
+#include "shared/bus-util.h"
#include "basic/def.h"
#include "basic/fd-util.h"
#include "basic/fileio.h"
#include "basic/locale-util.h"
-#include "pager.h"
+#include "shared/pager.h"
#include "basic/set.h"
-#include "spawn-polkit-agent.h"
+#include "shared/spawn-polkit-agent.h"
#include "basic/strv.h"
#include "basic/util.h"
#include "basic/virt.h"
diff --git a/src/grp-locale/localed.c b/src/grp-locale/localed.c
index 540e6e7b2b..513413e2b5 100644
--- a/src/grp-locale/localed.c
+++ b/src/grp-locale/localed.c
@@ -32,7 +32,7 @@
#include "basic/alloc-util.h"
#include "bus-error.h"
#include "bus-message.h"
-#include "bus-util.h"
+#include "shared/bus-util.h"
#include "basic/def.h"
#include "basic/env-util.h"
#include "basic/fd-util.h"