]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: df.c: adapt to newer gnulib
authorJim Meyering <meyering@redhat.com>
Tue, 22 Sep 2009 17:43:23 +0000 (19:43 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 23 Sep 2009 06:38:00 +0000 (08:38 +0200)
* 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.

src/df.c

index aef7b2d54adc3d7690d1951a0e1cbad957796303..fd59aea567efe656021a76dca59507c0c0690ba5 100644 (file)
--- 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"