aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-16 21:15:42 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-16 21:15:42 +0000
commitb66c931fad9bddc5d231492691608a37e9ceaf82 (patch)
tree0581a24986990804f4297f19e13bbd45599c8a6f /networking
parentd017d73399b079bf4c90b6fdfb647a8c5ad6c52a (diff)
downloadbusybox-b66c931fad9bddc5d231492691608a37e9ceaf82.tar.gz
kill pointless memory.h includes
Diffstat (limited to 'networking')
-rw-r--r--networking/traceroute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 4f7ebf176..c7088cf6c 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -205,7 +205,6 @@
//#define CONFIG_FEATURE_TRACEROUTE_USE_ICMP
#include <errno.h>
-#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>