diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-16 21:17:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-16 21:17:00 +0000 |
commit | f8346038e9899bf7d113d36f89497d854224e2a6 (patch) | |
tree | ea59ff8c6019ddc271f0cf356b6e524e5ae669ee /networking | |
parent | b66c931fad9bddc5d231492691608a37e9ceaf82 (diff) | |
download | busybox-f8346038e9899bf7d113d36f89497d854224e2a6.tar.gz |
kill off pointless malloc.h include
Diffstat (limited to 'networking')
-rw-r--r-- | networking/traceroute.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ #include <string.h> #include <unistd.h> #include <fcntl.h> -#include <malloc.h> #include <netdb.h> #include <endian.h> #include <getopt.h> |