From ffbc903f030d9acd2c40e4defd8e549b046ec520 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:45 -0800 Subject: [PATCH] hostnamed: 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-hostnamed" builds cleanly and works after this change. --- src/hostname/hostnamed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index ef45e563c..b230ff6d5 100644 --- a/src/hostname/hostnamed.c +++ b/src/hostname/hostnamed.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "util.h" #include "strv.h" -- 2.30.2