aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-10-11 12:00:07 +0200
committerJim Meyering <meyering@redhat.com>2011-01-22 12:16:43 +0100
commit5cb0ff8a8a50fdaa8888a86c9bbcec4d6b3cb61b (patch)
tree68f73822fe12848f62d02021bf9914e8ab307d14
parentformatting (diff)
downloadcoreutils-5cb0ff8a8a50fdaa8888a86c9bbcec4d6b3cb61b.tar.gz
coreutils-5cb0ff8a8a50fdaa8888a86c9bbcec4d6b3cb61b.zip
extent-scan.c: don't include error.h or quote.h
* src/extent-scan.c: Don't include error.h or quote.h. Neither is used.
-rw-r--r--src/extent-scan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/extent-scan.c b/src/extent-scan.c
index 51609757f..3bb0d536c 100644
--- a/src/extent-scan.c
+++ b/src/extent-scan.c
@@ -24,8 +24,6 @@
#include "system.h"
#include "extent-scan.h"
-#include "error.h"
-#include "quote.h"
#ifndef HAVE_FIEMAP
# include "fiemap.h"