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/traceroute.c | |
parent | b66c931fad9bddc5d231492691608a37e9ceaf82 (diff) | |
download | busybox-w32-f8346038e9899bf7d113d36f89497d854224e2a6.tar.gz busybox-w32-f8346038e9899bf7d113d36f89497d854224e2a6.tar.bz2 busybox-w32-f8346038e9899bf7d113d36f89497d854224e2a6.zip |
kill off pointless malloc.h include
Diffstat (limited to 'networking/traceroute.c')
-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 @@ | |||
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> |