summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-03 02:53:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-03 02:53:16 +0000
commitd8049d74780e587525622f69219243097a13861b (patch)
tree20fae06abdcb851a39ff63fc81eb66dddef75d3a /src/du.c
parentb53976285469ce3b0afd29bf24a2206b9732420b (diff)
downloadcoreutils-d8049d74780e587525622f69219243097a13861b.tar.xz
Don't include dirname.h, since system.h does it now.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index bb6d1ec22..5f4e796db 100644
--- a/src/du.c
+++ b/src/du.c
@@ -31,7 +31,6 @@
#include <assert.h>
#include "system.h"
#include "argmatch.h"
-#include "dirname.h" /* for strip_trailing_slashes */
#include "error.h"
#include "exclude.h"
#include "fprintftime.h"