summaryrefslogtreecommitdiff
path: root/src/grp-hostname
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-hostname
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/grp-hostname')
-rw-r--r--src/grp-hostname/hostnamectl.c4
-rw-r--r--src/grp-hostname/hostnamed.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-hostname/hostnamectl.c b/src/grp-hostname/hostnamectl.c
index 04c220b4e3..30f0f06d89 100644
--- a/src/grp-hostname/hostnamectl.c
+++ b/src/grp-hostname/hostnamectl.c
@@ -29,9 +29,9 @@
#include "basic/alloc-util.h"
#include "basic/architecture.h"
#include "bus-error.h"
-#include "bus-util.h"
+#include "shared/bus-util.h"
#include "basic/hostname-util.h"
-#include "spawn-polkit-agent.h"
+#include "shared/spawn-polkit-agent.h"
#include "basic/util.h"
static bool arg_ask_password = true;
diff --git a/src/grp-hostname/hostnamed.c b/src/grp-hostname/hostnamed.c
index c90b85dc8c..61d660a9f6 100644
--- a/src/grp-hostname/hostnamed.c
+++ b/src/grp-hostname/hostnamed.c
@@ -23,7 +23,7 @@
#include <unistd.h>
#include "basic/alloc-util.h"
-#include "bus-util.h"
+#include "shared/bus-util.h"
#include "basic/def.h"
#include "basic/env-util.h"
#include "basic/fileio-label.h"