summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-31 15:17:12 +0100
committerJim Meyering <meyering@redhat.com>2011-01-31 15:17:12 +0100
commitaeed6c1d8981e89d414f6ba0f4dd078a1ab755f0 (patch)
tree12caf63d5bfe649ec66d3d707ab907a04366e977 /src
parent3aae01fa9b3759da90854e7423bfc75b8c634afd (diff)
downloadcoreutils-aeed6c1d8981e89d414f6ba0f4dd078a1ab755f0.tar.xz
maint: remove unused inclusion of "fiemap.h"
* src/copy.c: Don't include "fiemap.h".
Diffstat (limited to 'src')
-rw-r--r--src/copy.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/copy.c b/src/copy.c
index 4e73e1b87..d32a11c50 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)