diff options
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/e2fsck.h | 1 | ||||
-rw-r--r-- | e2fsprogs/fsck.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/e2fsprogs/e2fsck.h b/e2fsprogs/e2fsck.h index 9bf47b603..40a78cec5 100644 --- a/e2fsprogs/e2fsck.h +++ b/e2fsprogs/e2fsck.h | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <sys/param.h> | 20 | #include <sys/param.h> |
21 | #include <sys/mount.h> | 21 | #include <sys/mount.h> |
22 | #include <sys/ioctl.h> | 22 | #include <sys/ioctl.h> |
23 | #include <malloc.h> | ||
24 | #include <termios.h> | 23 | #include <termios.h> |
25 | #include <mntent.h> | 24 | #include <mntent.h> |
26 | #include <dirent.h> | 25 | #include <dirent.h> |
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index 4006c9112..94815565e 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <paths.h> | 38 | #include <paths.h> |
39 | #include <unistd.h> | 39 | #include <unistd.h> |
40 | #include <errno.h> | 40 | #include <errno.h> |
41 | #include <malloc.h> | ||
42 | #include <signal.h> | 41 | #include <signal.h> |
43 | 42 | ||
44 | #include "fsck.h" | 43 | #include "fsck.h" |