aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--e2fsprogs/e2fsck.h1
-rw-r--r--e2fsprogs/fsck.c1
-rw-r--r--networking/traceroute.c1
3 files changed, 0 insertions, 3 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"
diff --git a/networking/traceroute.c b/networking/traceroute.c
index c7088cf6c..e0f17a57f 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -210,7 +210,6 @@
210#include <string.h> 210#include <string.h>
211#include <unistd.h> 211#include <unistd.h>
212#include <fcntl.h> 212#include <fcntl.h>
213#include <malloc.h>
214#include <netdb.h> 213#include <netdb.h>
215#include <endian.h> 214#include <endian.h>
216#include <getopt.h> 215#include <getopt.h>