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 714c799..d8f8b77 100644 --- a/coreutils/df.c +++ b/coreutils/df.c @@ -25,7 +25,6 @@ #include "internal.h" #include <stdio.h> #include <mntent.h> -#include <sys/stat.h> #include <sys/vfs.h> extern const char mtab_file[]; /* Defined in utility.c */ |