diff lib/net.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 aca8323e2690
children
line wrap: on
line diff
--- a/lib/net.c	Sat Nov 02 11:07:25 2013 -0500
+++ b/lib/net.c	Sat Nov 02 14:24:33 2013 -0500
@@ -1,5 +1,4 @@
 #include "toys.h"
-#include "toynet.h"
 
 int xsocket(int domain, int type, int protocol)
 {