summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-22 19:43:23 +0200
committerJim Meyering <meyering@redhat.com>2009-09-23 08:38:00 +0200
commit70253e9179d25ab666807d29c32b91cbf0797d72 (patch)
treedbce70d8d21ae7139ca41a1f0b4e3e48915bb0a6 /src
parentb18b6912e8080d1d94a74068883b4889c74d77b4 (diff)
downloadcoreutils-70253e9179d25ab666807d29c32b91cbf0797d72.tar.xz
maint: df.c: adapt to newer gnulib
* src/df.c: Don't include "canonicalize.h". No longer needed, since canonicalize_file_name is now guaranteed to be declared in <stdlib.h>, thanks to gnulib.
Diffstat (limited to 'src')
-rw-r--r--src/df.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index aef7b2d54..fd59aea56 100644
--- a/src/df.c
+++ b/src/df.c
@@ -24,7 +24,6 @@
#include <getopt.h>
#include "system.h"
-#include "canonicalize.h"
#include "error.h"
#include "fsusage.h"
#include "human.h"