diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-12 12:14:26 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-04-12 12:14:26 +0200 |
commit | 53ee2679452819d97d599c6fdd3c72a3eeaf7823 (patch) | |
tree | bfd2c8d351aa3896fda51575b6de87e91f8ba05a | |
parent | ce0f286cce4d8524b6785d469054ec545472673f (diff) | |
download | coreutils-53ee2679452819d97d599c6fdd3c72a3eeaf7823.tar.xz |
maint: remove unnecessary inclusion of <stdio.h>
* src/extent-scan.c: Don't include <stdio.h>. It was not used.
-rw-r--r-- | src/extent-scan.c | 1 |
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> |