diff toys/other/netcat.c @ 1104:e11684e3bbc5 draft

Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
author Rob Landley <rob@landley.net>
date Sat, 02 Nov 2013 14:24:33 -0500
parents 144d5ba7d410
children 37ea9dff9c27
line wrap: on
line diff
--- a/toys/other/netcat.c	Sat Nov 02 11:07:25 2013 -0500
+++ b/toys/other/netcat.c	Sat Nov 02 14:24:33 2013 -0500
@@ -42,7 +42,6 @@
 
 #define FOR_netcat
 #include "toys.h"
-#include "toynet.h"
 
 GLOBALS(
   char *filename;        // -f read from filename instead of network