From 839f321fde2e66c6b3568e3cc73a03c3259bd048 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 30 Jan 2008 19:29:01 +0100 Subject: Now that system.h defines is_empty_dir, include "openat.h". * src/system.h: Include "openat.h" here, ... * src/chcon.c: ... not here. * src/chmod.c: Likewise. * src/chown-core.c: Likewise. * src/remove.c: Likewise. Signed-off-by: Jim Meyering --- src/remove.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/remove.c') diff --git a/src/remove.c b/src/remove.c index fe603bbc0..1658fb990 100644 --- a/src/remove.c +++ b/src/remove.c @@ -33,7 +33,6 @@ #include "hash-pjw.h" #include "lstat.h" #include "obstack.h" -#include "openat.h" #include "quote.h" #include "remove.h" #include "root-dev-ino.h" -- cgit v1.2.3-54-g00ecf