kill off pointless malloc.h include
authorMike Frysinger <vapier@gentoo.org>
Sun, 16 Apr 2006 21:17:00 +0000 (21:17 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 16 Apr 2006 21:17:00 +0000 (21:17 -0000)
e2fsprogs/e2fsck.h
e2fsprogs/fsck.c
networking/traceroute.c

index 9bf47b603d9248c541b63f9578329f5e87efe3ac..40a78cec5c5e1bd5e510a49252e93c04b1621827 100644 (file)
@@ -20,7 +20,6 @@
 #include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/ioctl.h>
-#include <malloc.h>
 #include <termios.h>
 #include <mntent.h>
 #include <dirent.h>
index 4006c9112cb37b0df8f1e29f5b77dfbf9b0c4d52..94815565e269bcb806a74e1b974fd9c20f3c3d36 100644 (file)
@@ -38,7 +38,6 @@
 #include <paths.h>
 #include <unistd.h>
 #include <errno.h>
-#include <malloc.h>
 #include <signal.h>
 
 #include "fsck.h"
index c7088cf6cb91e0867c5b9611c7262306bf583643..e0f17a57f319f5b37ff8f5f7173a072c85a7835c 100644 (file)
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <malloc.h>
 #include <netdb.h>
 #include <endian.h>
 #include <getopt.h>