From e94f89f40d989d111882178c87b5bfc22314fca8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 20 Nov 2009 11:50:54 +0100 Subject: [PATCH] maint: remove unnecessary include of openat.h * daemon/realpath.c: Don't include "openat.h". not used. --- daemon/realpath.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/realpath.c b/daemon/realpath.c index 02a82d6..f9d08da 100644 --- a/daemon/realpath.c +++ b/daemon/realpath.c @@ -27,8 +27,6 @@ #include #include -#include "openat.h" - #include "daemon.h" #include "actions.h" -- 1.8.3.1