diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-09 08:26:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-09 08:26:17 +0000 |
commit | b29e52796ad70aeb26c441970abc78c3dc94b1db (patch) | |
tree | 8c3bd47413762e9dc3639da155fad460a65e183e | |
parent | 4b4e469c61710d0f8b62c8f32979eb6db9ed6700 (diff) | |
download | coreutils-b29e52796ad70aeb26c441970abc78c3dc94b1db.tar.xz |
Don't include "file-type.h", now that system.h does.
-rw-r--r-- | src/remove.c | 1 | ||||
-rw-r--r-- | src/stat.c | 1 |
2 files changed, 0 insertions, 2 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" diff --git a/src/stat.c b/src/stat.c index cf2dd0fbe..f91d2395b 100644 --- a/src/stat.c +++ b/src/stat.c @@ -46,7 +46,6 @@ #include "error.h" #include "filemode.h" -#include "file-type.h" #include "fs.h" #include "getopt.h" #include "inttostr.h" |