]> granicus.if.org Git - curl/commitdiff
Remove duplicate file inclusions. These are already done in lib/setup.h
authorYang Tse <yangsita@gmail.com>
Mon, 14 Jul 2008 15:30:26 +0000 (15:30 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 14 Jul 2008 15:30:26 +0000 (15:30 +0000)
lib/config-win32ce.h

index b3f6c74ff6474f1aaa72c2b3183a4613871706ca..0126cca78f16d100b0bc01bfe09702aef3fceaa5 100644 (file)
 #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 <windows.h>
-#  ifdef HAVE_WINSOCK2_H
-#    include <winsock2.h>
-#    ifdef HAVE_WS2TCPIP_H
-#       include <ws2tcpip.h>
-#    endif
-#  else
-#    ifdef HAVE_WINSOCK_H
-#      include <winsock.h>
-#    endif
-#  endif
-#  include <process.h>
-#endif
-
 #define ENOSPC 1
 #define ENOMEM 2
 #define EAGAIN 3