From a40b8b548afe6c55c841cd29877f71f234096b27 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Mon, 1 May 2006 17:56:32 +0000 Subject: this is cleaner --- nanohttp/nanohttp-socket.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'nanohttp/nanohttp-socket.h') diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h index 5c1554d..eb805fd 100644 --- a/nanohttp/nanohttp-socket.h +++ b/nanohttp/nanohttp-socket.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-socket.h,v 1.28 2006/05/01 17:51:50 mrcsys Exp $ + * $Id: nanohttp-socket.h,v 1.29 2006/05/01 17:56:32 mrcsys Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -26,14 +26,6 @@ #include -#ifdef HAVE_SOCKET_H -#include -#endif - -#ifdef HAVE_NETINET_IN_H -#include -#endif - #include #ifdef HAVE_SSL @@ -42,6 +34,9 @@ #ifdef WIN32 #include +#else +#include +#include #endif #include -- cgit v1.1-32-gdbae