From 8ea763865ffe1e5462d9921c01f4b135e1008d59 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:46 -0800 Subject: [PATCH] localed: remove spurious include of It does not use any functions from libcap directly. The CAP_SYS_ADMIN constant in use by this file comes from imported through "missing.h". Tested that "systemd-localed" builds cleanly and works after this change. --- src/locale/localed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/locale/localed.c b/src/locale/localed.c index 0aaa63de8..072354162 100644 --- a/src/locale/localed.c +++ b/src/locale/localed.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "sd-bus.h" -- 2.30.2