]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: move bus-util include out of selinux-access header
authorChristian Göttsche <cgzones@googlemail.com>
Tue, 28 Jan 2020 20:25:25 +0000 (21:25 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Feb 2020 18:26:38 +0000 (19:26 +0100)
src/core/dbus-job.c
src/core/dbus-manager.c
src/core/dbus-unit.c
src/core/dbus.c
src/core/selinux-access.h

index a7d342257b58f9cb16489c53d1e58b7fd8ce3cd4..6151326f7243e4aa7b631363e752e0fd9a6af0ff 100644 (file)
@@ -3,6 +3,7 @@
 #include "sd-bus.h"
 
 #include "alloc-util.h"
+#include "bus-util.h"
 #include "dbus-job.h"
 #include "dbus-unit.h"
 #include "dbus.h"
index b45d51f613b6af885d8eaabb1ea801181be59242..46b6082a25ac0db31714cb4e94dcb5b1c8ad0e50 100644 (file)
@@ -9,6 +9,7 @@
 #include "architecture.h"
 #include "build.h"
 #include "bus-common-errors.h"
+#include "bus-util.h"
 #include "dbus-cgroup.h"
 #include "dbus-execute.h"
 #include "dbus-job.h"
index 73d5b2ee1ebec925a30aba1be2f5aaea1b88c73f..496fd5eb6a5da33fcf802321c23d13af42bbfd1b 100644 (file)
@@ -6,6 +6,7 @@
 #include "bpf-firewall.h"
 #include "bus-common-errors.h"
 #include "bus-polkit.h"
+#include "bus-util.h"
 #include "cgroup-util.h"
 #include "condition.h"
 #include "dbus-job.h"
index c86e049c78b0b9235b544ecf9d9296449773bca7..db3148bf4a3ee4650f108a59ecacedfb72edfa57 100644 (file)
@@ -11,6 +11,7 @@
 #include "bus-error.h"
 #include "bus-internal.h"
 #include "bus-polkit.h"
+#include "bus-util.h"
 #include "dbus-automount.h"
 #include "dbus-cgroup.h"
 #include "dbus-device.h"
index 1e75930f5719b5c3200e14f3c0bcab9a27e66326..da2e6cbd740695c401df9e8e1270a0be3648da31 100644 (file)
@@ -3,7 +3,6 @@
 
 #include "sd-bus.h"
 
-#include "bus-util.h"
 #include "manager.h"
 
 int mac_selinux_generic_access_check(sd_bus_message *message, const char *path, const char *permission, sd_bus_error *error);