summaryrefslogtreecommitdiff
path: root/src/stat.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/stat.c
parent4b4e469c61710d0f8b62c8f32979eb6db9ed6700 (diff)
downloadcoreutils-b29e52796ad70aeb26c441970abc78c3dc94b1db.tar.xz
Don't include "file-type.h", now that system.h does.
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c1
1 files changed, 0 insertions, 1 deletions
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"