Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-17 01:15:42 +0400
committerMike Frysinger <vapier@gentoo.org>2006-04-17 01:15:42 +0400
commitb66c931fad9bddc5d231492691608a37e9ceaf82 (patch)
tree0581a24986990804f4297f19e13bbd45599c8a6f /networking/traceroute.c
parentd017d73399b079bf4c90b6fdfb647a8c5ad6c52a (diff)
kill pointless memory.h includes
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 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>