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/pending/netstat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'toys/pending/netstat.c') diff --git a/toys/pending/netstat.c b/toys/pending/netstat.c index 88e5bd3b..34644f44 100644 --- a/toys/pending/netstat.c +++ b/toys/pending/netstat.c @@ -29,7 +29,6 @@ config NETSTAT #define FOR_netstat #include "toys.h" -#include "toynet.h" #include typedef union _iaddr { -- cgit v1.2.3