]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove unused inclusion of "fiemap.h"
authorJim Meyering <meyering@redhat.com>
Mon, 31 Jan 2011 14:17:12 +0000 (15:17 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 31 Jan 2011 14:17:12 +0000 (15:17 +0100)
* src/copy.c: Don't include "fiemap.h".

src/copy.c

index 4e73e1b8766f580345c1fcb5e0e1427e569dd128..d32a11c50edd77ee9e9f85fdb0f50a9781fe4f5d 100644 (file)
 # include "verror.h"
 #endif
 
-#ifndef HAVE_FIEMAP
-# include "fiemap.h"
-#endif
-
 #ifndef HAVE_FCHOWN
 # define HAVE_FCHOWN false
 # define fchown(fd, uid, gid) (-1)