summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-09 08:26:17 +0000
committerJim Meyering <jim@meyering.net>2004-04-09 08:26:17 +0000
commitb29e52796ad70aeb26c441970abc78c3dc94b1db (patch)
tree8c3bd47413762e9dc3639da155fad460a65e183e /src/remove.c
parent4b4e469c61710d0f8b62c8f32979eb6db9ed6700 (diff)
downloadcoreutils-b29e52796ad70aeb26c441970abc78c3dc94b1db.tar.xz
Don't include "file-type.h", now that system.h does.
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index b1624f31f..7b6c4d14a 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -29,7 +29,6 @@
#include "dirname.h"
#include "error.h"
#include "euidaccess.h"
-#include "file-type.h"
#include "hash.h"
#include "hash-pjw.h"
#include "obstack.h"