summaryrefslogtreecommitdiff
path: root/src/extent-scan.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-12 12:14:26 +0200
committerJim Meyering <meyering@redhat.com>2011-04-12 12:14:26 +0200
commit53ee2679452819d97d599c6fdd3c72a3eeaf7823 (patch)
treebfd2c8d351aa3896fda51575b6de87e91f8ba05a /src/extent-scan.c
parentce0f286cce4d8524b6785d469054ec545472673f (diff)
downloadcoreutils-53ee2679452819d97d599c6fdd3c72a3eeaf7823.tar.xz
maint: remove unnecessary inclusion of <stdio.h>
* src/extent-scan.c: Don't include <stdio.h>. It was not used.
Diffstat (limited to 'src/extent-scan.c')
-rw-r--r--src/extent-scan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extent-scan.c b/src/extent-scan.c
index e95b08500..da7eb9d6e 100644
--- a/src/extent-scan.c
+++ b/src/extent-scan.c
@@ -17,7 +17,6 @@
Written by Jie Liu (jeff.liu@oracle.com). */
#include <config.h>
-#include <stdio.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/utsname.h>