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/chmod.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/chmod.c') diff --git a/src/chmod.c b/src/chmod.c index a22e5c127..9f307e508 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -1,5 +1,5 @@ /* chmod -- change permission modes of files - Copyright (C) 89, 90, 91, 1995-2007 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,6 @@ #include "error.h" #include "filemode.h" #include "modechange.h" -#include "openat.h" #include "quote.h" #include "quotearg.h" #include "root-dev-ino.h" -- cgit v1.2.3-54-g00ecf