From 946be29c98e1797f2e0912c5f2da31ee3816ee58 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:50 -0800 Subject: bus: remove spurious include of They do not use any functions from libcap directly. The CAP_SYS_ADMIN constant in use by bus-objects.c comes from imported through "missing.h". The "missing.h" header is imported through "util.h" which gets imported in "bus-util.h". Tested that everything builds cleanly after this change. --- src/libsystemd/sd-bus/bus-util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libsystemd/sd-bus/bus-util.c') diff --git a/src/libsystemd/sd-bus/bus-util.c b/src/libsystemd/sd-bus/bus-util.c index 389b6ad71c..2c3da3ce92 100644 --- a/src/libsystemd/sd-bus/bus-util.c +++ b/src/libsystemd/sd-bus/bus-util.c @@ -20,7 +20,6 @@ ***/ #include -#include #include "systemd/sd-daemon.h" -- cgit v1.2.3-54-g00ecf