summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mke2fs.c')
-rw-r--r--misc/mke2fs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index 81a0262f..47dfc425 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -36,11 +36,9 @@
#ifdef HAVE_MNTENT_H
#include <mntent.h>
#endif
-#include <malloc.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <stdio.h>
#ifdef HAVE_LINUX_FS_H
#include <linux/fs.h>