summaryrefslogtreecommitdiff
path: root/src/grp-hostname/hostnamectl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-hostname/hostnamectl.c')
-rw-r--r--src/grp-hostname/hostnamectl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-hostname/hostnamectl.c b/src/grp-hostname/hostnamectl.c
index 30f0f06d89..8a24813934 100644
--- a/src/grp-hostname/hostnamectl.c
+++ b/src/grp-hostname/hostnamectl.c
@@ -28,11 +28,11 @@
#include "basic/alloc-util.h"
#include "basic/architecture.h"
-#include "bus-error.h"
-#include "shared/bus-util.h"
#include "basic/hostname-util.h"
-#include "shared/spawn-polkit-agent.h"
#include "basic/util.h"
+#include "sd-bus/bus-error.h"
+#include "shared/bus-util.h"
+#include "shared/spawn-polkit-agent.h"
static bool arg_ask_password = true;
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;