From 1e2e4ac6193ffe0900bd392fa3c596883771eb34 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 17 Jan 2013 19:29:22 +0100 Subject: socket.h: pull socket_type.h from eglibc Signed-off-by: Bernhard Reutner-Fischer --- libc/inet/opensock.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libc/inet') diff --git a/libc/inet/opensock.c b/libc/inet/opensock.c index 3373f34ed..ac7289029 100644 --- a/libc/inet/opensock.c +++ b/libc/inet/opensock.c @@ -15,13 +15,8 @@ License along with the GNU C Library; if not, see . */ -#include -#include -#include -#include -#include #include -#include +#include /* Return a socket of any type. The socket can be used in subsequent ioctl calls to talk to the kernel. */ -- cgit v1.2.3