summaryrefslogtreecommitdiff
path: root/src/ext4_debug.c
diff options
context:
space:
mode:
authorngkaho1234 <ngkaho1234@gmail.com>2016-02-03 10:29:28 +0000
committerngkaho1234 <ngkaho1234@gmail.com>2016-02-03 10:34:03 +0000
commit1a75ade57c50a58d8d6797f41cc0d9bf8edb4c47 (patch)
treecfe16472cae54a82b51b98dd22eb45ab1981f374 /src/ext4_debug.c
parent7a2fbb4fdb0fbbe196d6d936dee74e65c25909ab (diff)
Remove unnecessary stdio.h .
Diffstat (limited to 'src/ext4_debug.c')
-rw-r--r--src/ext4_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ext4_debug.c b/src/ext4_debug.c
index 40f5fe6..09ab2bd 100644
--- a/src/ext4_debug.c
+++ b/src/ext4_debug.c
@@ -41,7 +41,6 @@
#include "ext4_debug.h"
#include <stdarg.h>
-#include <stdio.h>
static uint32_t debug_mask;