From: Jim Meyering Date: Fri, 9 Apr 2004 08:26:17 +0000 (+0000) Subject: Don't include "file-type.h", now that system.h does. X-Git-Tag: v5.3.0~1826 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29e52796ad70aeb26c441970abc78c3dc94b1db;p=thirdparty%2Fcoreutils.git Don't include "file-type.h", now that system.h does. --- diff --git a/src/remove.c b/src/remove.c index b1624f31fa..7b6c4d14a6 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 cf2dd0fbec..f91d2395b4 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"