]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
extent-scan.c: don't include error.h or quote.h
authorJim Meyering <meyering@redhat.com>
Mon, 11 Oct 2010 10:00:07 +0000 (12:00 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 22 Jan 2011 11:16:43 +0000 (12:16 +0100)
* src/extent-scan.c: Don't include error.h or quote.h.  Neither is used.

src/extent-scan.c

index 51609757f23bfa4da7b6de3aaddcd82f4eda3c46..3bb0d536ced612d11f77546d08842b8c24f6cc0e 100644 (file)
@@ -24,8 +24,6 @@
 
 #include "system.h"
 #include "extent-scan.h"
-#include "error.h"
-#include "quote.h"
 
 #ifndef HAVE_FIEMAP
 # include "fiemap.h"