From: Yang Tse Date: Mon, 14 Jul 2008 15:30:26 +0000 (+0000) Subject: Remove duplicate file inclusions. These are already done in lib/setup.h X-Git-Tag: cares-1_5_3~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32a83128e63b723c10b5f914de11ef6a94bc5956;p=curl Remove duplicate file inclusions. These are already done in lib/setup.h --- diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index b3f6c74ff..0126cca78 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -351,24 +351,6 @@ #define CURL_DISABLE_TELNET 1 #define CURL_DISABLE_LDAP 1 -#ifdef HAVE_WINDOWS_H -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include -# ifdef HAVE_WINSOCK2_H -# include -# ifdef HAVE_WS2TCPIP_H -# include -# endif -# else -# ifdef HAVE_WINSOCK_H -# include -# endif -# endif -# include -#endif - #define ENOSPC 1 #define ENOMEM 2 #define EAGAIN 3