summaryrefslogtreecommitdiff
path: root/networking/traceroute.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-16 21:17:00 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-16 21:17:00 +0000
commitf8346038e9899bf7d113d36f89497d854224e2a6 (patch)
treeea59ff8c6019ddc271f0cf356b6e524e5ae669ee /networking/traceroute.c
parentb66c931fad9bddc5d231492691608a37e9ceaf82 (diff)
downloadbusybox-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.c1
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>