From 9bb0c7cfbb253c5b983efaed51a65bcbf422d8d7 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:49 -0800 Subject: machined: remove spurious include of They do not use any functions from libcap directly. The CAP_KILL constant in use by these files comes from imported through "missing.h". Tested that "systemd-machined" builds cleanly and works after this change. --- src/machine/machined-dbus.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/machine/machined-dbus.c') diff --git a/src/machine/machined-dbus.c b/src/machine/machined-dbus.c index e264dacbe6..1ca2c95898 100644 --- a/src/machine/machined-dbus.c +++ b/src/machine/machined-dbus.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "sd-id128.h" #include "sd-messages.h" -- cgit v1.2.3-54-g00ecf