summaryrefslogtreecommitdiff
path: root/src/shared/bus-log-control-api.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-28 15:37:47 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-30 15:08:35 +0200
commitc664cf56071a256121015eda330d471ff166682f (patch)
treea9568fd4e00c553d403cf7b4290f01863e507bbf /src/shared/bus-log-control-api.h
parent7aee1e7304003839b6ed1aa58dccb9ef23362aeb (diff)
downloadsystemd-c664cf56071a256121015eda330d471ff166682f.tar.gz
shared: split out BusObjectImplementor APIs
Just some refactoring, no code changes
Diffstat (limited to 'src/shared/bus-log-control-api.h')
-rw-r--r--src/shared/bus-log-control-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bus-log-control-api.h b/src/shared/bus-log-control-api.h
index 3e654d7d81..64eaa540f4 100644
--- a/src/shared/bus-log-control-api.h
+++ b/src/shared/bus-log-control-api.h
@@ -3,7 +3,7 @@
#include "sd-bus.h"
-#include "bus-util.h"
+#include "bus-object.h"
extern const BusObjectImplementation log_control_object;
static inline int bus_log_control_api_register(sd_bus *bus) {