summaryrefslogtreecommitdiff
path: root/src/core/dbus-path.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-path.c
parent9176326ba2f2167076269acf7573a4a99da82a2d (diff)
downloadsystemd-40af3d020f461520ace2309834c4bdf4c5ddf97a.tar.gz
shared: split out property get helpers
No code changes, just some refactoring.
Diffstat (limited to 'src/core/dbus-path.c')
-rw-r--r--src/core/dbus-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-path.c b/src/core/dbus-path.c
index 1a97d62486..76cd9d3260 100644
--- a/src/core/dbus-path.c
+++ b/src/core/dbus-path.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "alloc-util.h"
-#include "bus-util.h"
+#include "bus-get-properties.h"
#include "dbus-path.h"
#include "dbus-util.h"
#include "list.h"