summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-kill.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-28 16:43:29 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-30 15:10:17 +0200
commit40af3d020f461520ace2309834c4bdf4c5ddf97a (patch)
tree116240a7b0cc01ccf298e1e95217f056438e8086 /src/core/dbus-kill.c
parentshared: split out code for printing properties (diff)
downloadsystemd-40af3d020f461520ace2309834c4bdf4c5ddf97a.tar.xz
systemd-40af3d020f461520ace2309834c4bdf4c5ddf97a.zip
shared: split out property get helpers
No code changes, just some refactoring.
Diffstat (limited to 'src/core/dbus-kill.c')
-rw-r--r--src/core/dbus-kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-kill.c b/src/core/dbus-kill.c
index 30597e86f0..eda3410375 100644
--- a/src/core/dbus-kill.c
+++ b/src/core/dbus-kill.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-#include "bus-util.h"
+#include "bus-get-properties.h"
#include "dbus-kill.h"
#include "dbus-util.h"
#include "kill.h"