aboutsummaryrefslogtreecommitdiff
path: root/toys/other/netcat.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-11-02 14:24:33 -0500
committerRob Landley <rob@landley.net>2013-11-02 14:24:33 -0500
commit98c322e881c6ab8d4f54c23feb1a106c23673640 (patch)
treef6de06fdc186ab2a9dcecaec7c6db8f3f5b562a3 /toys/other/netcat.c
parent6fb8fae27c6642fe33c6f9db6139b3c834145ac3 (diff)
downloadtoybox-98c322e881c6ab8d4f54c23feb1a106c23673640.tar.gz
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
Diffstat (limited to 'toys/other/netcat.c')
-rw-r--r--toys/other/netcat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/other/netcat.c b/toys/other/netcat.c
index e41fc4b2..c5d1ee7d 100644
--- a/toys/other/netcat.c
+++ b/toys/other/netcat.c
@@ -42,7 +42,6 @@ config NETCAT_LISTEN
#define FOR_netcat
#include "toys.h"
-#include "toynet.h"
GLOBALS(
char *filename; // -f read from filename instead of network