summaryrefslogtreecommitdiff
path: root/src/grp-hostname
diff options
context:
space:
mode:
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"