]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: include sd-bus-vtable.h in dbus-*.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 May 2018 04:36:35 +0000 (13:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 May 2018 04:36:35 +0000 (13:36 +0900)
19 files changed:
src/core/dbus-automount.h
src/core/dbus-cgroup.h
src/core/dbus-device.h
src/core/dbus-execute.h
src/core/dbus-job.h
src/core/dbus-kill.h
src/core/dbus-manager.h
src/core/dbus-mount.h
src/core/dbus-path.h
src/core/dbus-scope.h
src/core/dbus-service.h
src/core/dbus-slice.h
src/core/dbus-socket.h
src/core/dbus-swap.h
src/core/dbus-target.h
src/core/dbus-timer.h
src/core/dbus-unit.h
src/core/dbus-util.h
src/core/dbus.h

index 2d4079a7b474defcb7000a7b04aece6e07580587..755bdab1b6a811a36643b4d8a6d27325a3e18db3 100644 (file)
@@ -7,6 +7,11 @@
   Copyright 2010 Lennart Poettering
 ***/
 
+#include "sd-bus.h"
+#include "sd-bus-vtable.h"
+
+#include "unit.h"
+
 extern const sd_bus_vtable bus_automount_vtable[];
 
 int bus_automount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);
index b0cd63ebc30b3965ee5bc5aca6be200135f87184..72f135d29c7b82db0911d4906805503e7def52dc 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 #include "cgroup.h"
index c0f8f79adf94c73d654e4f2c0b24f562e46565da..eca3559d6e152193f990d360f01d5cbfe58f41c0 100644 (file)
@@ -7,6 +7,6 @@
   Copyright 2010 Lennart Poettering
 ***/
 
-#include "unit.h"
+#include "sd-bus-vtable.h"
 
 extern const sd_bus_vtable bus_device_vtable[];
index 56b04b57219ecbc25aee52bec37b52ec0ae5c6f3..fbf8b483b187a3c21fbd2320d3cc2bda788c4031 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "execute.h"
 
index 819e69f3d4bf41452420673b3bfd197592055516..6e332b3082b8c747328957977dafe7e38e1396f7 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "job.h"
 
index e764e4e101cd98f3769d95a6dd2a53cfc0ba1e60..6d5197a0d3a445fbb265106fb49e5fc493a99231 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "kill.h"
 #include "unit.h"
index 86f33931a9ced0b1c645356c23dc40ed79ae9054..c0a6ab93cf627e6a16de5de924d8bd2d3c45a22e 100644 (file)
@@ -7,6 +7,8 @@
   Copyright 2010 Lennart Poettering
 ***/
 
+#include "sd-bus-vtable.h"
+
 #include "manager.h"
 
 extern const sd_bus_vtable bus_manager_vtable[];
index 66a675935ea4df4e76555d199c1f5534f3df92e4..d6c480f57769c89aff2a031f4810708bc6db587b 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 
index 5d729cdefcacaee06ff1807157b1086b95590d61..ea12de5fb86f403465bb3f44b168c8e9d2e932c0 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 
index 115886b134af627c1097eac7210fed1a58dd61a7..31ccbb47f94a97ef45d48bb10e405d67d3ef09ff 100644 (file)
@@ -8,8 +8,10 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "scope.h"
+#include "unit.h"
 
 extern const sd_bus_vtable bus_scope_vtable[];
 
index f96d426a9ca58e82477336333845a966367a342a..bc684ac80cbcacdf506e69cc96933470a1bc0406 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 
index 3a02fa64d005c0089d26199887df98594edf27cd..5760cd8d61e7bef0b87e32cd234af27635eb6008 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 
index 7743031a10876485db37f1b63a2330079144ccfc..59db02686c449cf595186a31f45e9c3499778cd7 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 
index 88e2b211ad351619e8e9761a9a77b990188920ea..da089d2ea4b0189e77ff3e6915056c724715354c 100644 (file)
@@ -9,6 +9,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 
index 8c1a5ec5231312de74e12a93c944dde1c1642a61..76f0f1a34e4b4ca2576d55b608e058c35441582e 100644 (file)
@@ -7,6 +7,6 @@
   Copyright 2010 Lennart Poettering
 ***/
 
-#include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 extern const sd_bus_vtable bus_target_vtable[];
index ff3ad6cf6d4e936b934b9d6cbdb1ad95f66c425b..1cfc9bf9be5019c3b8ce99792baa7509ed4f7f76 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
 #include "unit.h"
 
index 7fce07d1e96779997f1f8d8b239597dbf8bc4691..8c55d7dfdf397617c1155d533a18f73d4a2d86d5 100644 (file)
@@ -8,7 +8,9 @@
 ***/
 
 #include "sd-bus.h"
+#include "sd-bus-vtable.h"
 
+#include "job.h"
 #include "unit.h"
 
 extern const sd_bus_vtable bus_unit_vtable[];
index b1f7b69d7960536b3b4501b3bda1cbd08d82b928..73d1ebd313657f4ea9b2e631b4fc9a102f364e91 100644 (file)
@@ -8,6 +8,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 int bus_property_get_triggered_unit(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error);
index f13f607111cd5581f06927af6f15346295860525..1ef1fa27fdfddebd1e36432e434cd8be5296c0e3 100644 (file)
@@ -7,6 +7,8 @@
   Copyright 2010 Lennart Poettering
 ***/
 
+#include "sd-bus.h"
+
 #include "manager.h"
 
 int bus_send_queued_message(Manager *m);