From: Filipe Brandenburger Date: Tue, 23 Dec 2014 18:38:49 +0000 (-0800) Subject: machined: remove spurious include of X-Git-Tag: v219~828 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9bb0c7cfbb253c5b983efaed51a65bcbf422d8d7 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. --- diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index e63b7ad12..31a6fc471 100644 --- a/src/machine/machine-dbus.c +++ b/src/machine/machine-dbus.c @@ -21,7 +21,6 @@ #include #include -#include #include #include "bus-util.h" diff --git a/src/machine/machined-dbus.c b/src/machine/machined-dbus.c index e264dacbe..1ca2c9589 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"