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/machine-dbus.c | 1 - src/machine/machined-dbus.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index e63b7ad129..31a6fc4715 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 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