diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-09-22 19:43:23 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-09-23 08:38:00 +0200 |
| commit | 70253e9179d25ab666807d29c32b91cbf0797d72 (patch) | |
| tree | dbce70d8d21ae7139ca41a1f0b4e3e48915bb0a6 /src/df.c | |
| parent | build: update gnulib submodule to latest (diff) | |
| download | coreutils-70253e9179d25ab666807d29c32b91cbf0797d72.tar.gz coreutils-70253e9179d25ab666807d29c32b91cbf0797d72.zip | |
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/df.c')
| -rw-r--r-- | src/df.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ #include <getopt.h> #include "system.h" -#include "canonicalize.h" #include "error.h" #include "fsusage.h" #include "human.h" |
