aboutsummaryrefslogtreecommitdiff
path: root/coreutils/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/df.c')
-rw-r--r--coreutils/df.c1
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 @@
#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 */