summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-19 13:35:16 +0200
committerJim Meyering <meyering@redhat.com>2008-10-19 14:15:31 +0200
commit31a884dab7510d84a689ef8092132c93e3dcc4ad (patch)
tree6ad8077bd8e9833b6f44e8eaa86d1d9456b9857b /src/remove.c
parent74443830ea0a683e5373a8c8beee1a657170c89c (diff)
downloadcoreutils-31a884dab7510d84a689ef8092132c93e3dcc4ad.tar.xz
accommodate gnulib header removals
* src/copy.c: Don't include "euidaccess.h" or "lchmod.h". * src/cp.c: Don't include "lchmod.h". * src/ls.c: Don't include "dirfd.h". * src/mkdir.c: Don't include "lchmod.h". * src/pwd.c: Don't include "dirfd.h". * src/remove.c: Don't include "dirfd.h" or "euidaccess.h". * src/test.c: Don't include "euidaccess.h". * gl/modules/getloadavg.diff: Adjust diff for changed context. * src/uptime.c (uptime): Remove declaration.
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/remove.c b/src/remove.c
index e92f78caf..28684b29c 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -24,9 +24,7 @@
#include "system.h"
#include "cycle-check.h"
-#include "dirfd.h"
#include "error.h"
-#include "euidaccess.h"
#include "euidaccess-stat.h"
#include "file-type.h"
#include "hash.h"