diff options
author | Jim Meyering <meyering@redhat.com> | 2011-01-31 15:17:12 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-31 15:17:12 +0100 |
commit | aeed6c1d8981e89d414f6ba0f4dd078a1ab755f0 (patch) | |
tree | 12caf63d5bfe649ec66d3d707ab907a04366e977 /src/copy.c | |
parent | 3aae01fa9b3759da90854e7423bfc75b8c634afd (diff) | |
download | coreutils-aeed6c1d8981e89d414f6ba0f4dd078a1ab755f0.tar.gz coreutils-aeed6c1d8981e89d414f6ba0f4dd078a1ab755f0.tar.bz2 coreutils-aeed6c1d8981e89d414f6ba0f4dd078a1ab755f0.zip |
maint: remove unused inclusion of "fiemap.h"
* src/copy.c: Don't include "fiemap.h".
Diffstat (limited to 'src/copy.c')
-rw-r--r-- | src/copy.c | 4 |
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) |