From d920e59c7df63300e5b5191d2a4be7b3baac6ea8 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:43 -0800 Subject: logind: remove spurious include of They do not use any functions from libcap directly. The CAP_* constants in use through these files come from "missing.h" which will import and complement it with CAP_* constants not defined by the current kernel headers. The "missing.h" header is imported through "util.h" which gets imported in "logind.h". Tested that "systemd-logind" builds cleanly and works after this change. --- src/login/logind-user-dbus.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/login/logind-user-dbus.c') diff --git a/src/login/logind-user-dbus.c b/src/login/logind-user-dbus.c index 51793f6dad..812a19f83b 100644 --- a/src/login/logind-user-dbus.c +++ b/src/login/logind-user-dbus.c @@ -21,7 +21,6 @@ #include #include -#include #include "strv.h" #include "bus-util.h" -- cgit v1.2.3-54-g00ecf