summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-31 05:59:13 +0000
committerJim Meyering <jim@meyering.net>1999-03-31 05:59:13 +0000
commit667799f7e2869b58663ab1b6a22408eff9c0d8a2 (patch)
tree3a2e0df8f1b6d6ddebf14259143ab26635b05783 /src/df.c
parentd30f9691c1a9ded86e030b7a40667a14a7675c52 (diff)
downloadcoreutils-667799f7e2869b58663ab1b6a22408eff9c0d8a2.tar.xz
Don't include closeout.h or version-etc.h explicitly. Now, they're included via sys2.h.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/df.c b/src/df.c
index 0d3a89c02..41b2b647a 100644
--- a/src/df.c
+++ b/src/df.c
@@ -29,14 +29,12 @@
#include <assert.h>
#include "system.h"
-#include "closeout.h"
#include "dirname.h"
#include "error.h"
#include "fsusage.h"
#include "human.h"
#include "mountlist.h"
#include "save-cwd.h"
-#include "version-etc.h"
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "df"