From 9bb0c7cfbb253c5b983efaed51a65bcbf422d8d7 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:49 -0800 Subject: [PATCH] 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(-) 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" -- 2.30.2