From 98c322e881c6ab8d4f54c23feb1a106c23673640 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 2 Nov 2013 14:24:33 -0500 Subject: Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. --- toys/other/netcat.c | 1 - toys/other/vconfig.c | 1 - 2 files changed, 2 deletions(-) (limited to 'toys/other') 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 diff --git a/toys/other/vconfig.c b/toys/other/vconfig.c index f84728d9..4013a792 100644 --- a/toys/other/vconfig.c +++ b/toys/other/vconfig.c @@ -24,7 +24,6 @@ config VCONFIG */ #include "toys.h" -#include "toynet.h" #include #include -- cgit v1.2.3