From: Jim Meyering Date: Tue, 22 Sep 2009 17:43:23 +0000 (+0200) Subject: maint: df.c: adapt to newer gnulib X-Git-Tag: v8.0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70253e9179d25ab666807d29c32b91cbf0797d72;p=thirdparty%2Fcoreutils.git 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 , thanks to gnulib. --- diff --git a/src/df.c b/src/df.c index aef7b2d54a..fd59aea567 100644 --- a/src/df.c +++ b/src/df.c @@ -24,7 +24,6 @@ #include #include "system.h" -#include "canonicalize.h" #include "error.h" #include "fsusage.h" #include "human.h"