From: Jim Meyering Date: Mon, 31 Jan 2011 14:17:12 +0000 (+0100) Subject: maint: remove unused inclusion of "fiemap.h" X-Git-Tag: v8.10~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeed6c1d8981e89d414f6ba0f4dd078a1ab755f0;p=thirdparty%2Fcoreutils.git maint: remove unused inclusion of "fiemap.h" * src/copy.c: Don't include "fiemap.h". --- diff --git a/src/copy.c b/src/copy.c index 4e73e1b876..d32a11c50e 100644 --- a/src/copy.c +++ b/src/copy.c @@ -63,10 +63,6 @@ # include "verror.h" #endif -#ifndef HAVE_FIEMAP -# include "fiemap.h" -#endif - #ifndef HAVE_FCHOWN # define HAVE_FCHOWN false # define fchown(fd, uid, gid) (-1)