From: Filipe Brandenburger Date: Tue, 23 Dec 2014 18:38:44 +0000 (-0800) Subject: tmpfiles: remove spurious include of X-Git-Tag: v219~830 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2395eb17ebd1033e53989e4a9b8745f921a7d965;p=elogind.git tmpfiles: remove spurious include of It does not use any functions from libcap directly. The CAP_MKNOD constant in use by this file comes from imported through "missing.h". Tested that "systemd-tmpfiles" builds cleanly and works after this change. --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index d40bd96f1..44ea51e26 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include "log.h"