From 88c49117685837fd1b9a43e4578238a825c8bcab Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:47 -0800 Subject: [PATCH 1/1] timedated: remove spurious include of It does not use any functions from libcap directly. The CAP_SYS_TIME constant in use by this file comes from imported through "missing.h". Tested that "systemd-timedated" builds cleanly and works after this change. --- src/timedate/timedated.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index bf567a162..d50720064 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -22,7 +22,6 @@ #include #include #include -#include #include "sd-id128.h" #include "sd-messages.h" -- 2.30.2