diff options
Diffstat (limited to 'coreutils/df.c')
-rw-r--r-- | coreutils/df.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c index 714c79965..d8f8b7739 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include "internal.h" | 25 | #include "internal.h" |
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <mntent.h> | 27 | #include <mntent.h> |
28 | #include <sys/stat.h> | ||
29 | #include <sys/vfs.h> | 28 | #include <sys/vfs.h> |
30 | 29 | ||
31 | extern const char mtab_file[]; /* Defined in utility.c */ | 30 | extern const char mtab_file[]; /* Defined in utility.c */ |