aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32ce.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-14 15:30:26 +0000
committerYang Tse <yangsita@gmail.com>2008-07-14 15:30:26 +0000
commit32a83128e63b723c10b5f914de11ef6a94bc5956 (patch)
treeca8acde8e3ece2739f03166f13d2d827fad1b613 /lib/config-win32ce.h
parentfe7bb33af8d8b4e0ede43b4fa1caf7d8b00c7966 (diff)
Remove duplicate file inclusions. These are already done in lib/setup.h
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r--lib/config-win32ce.h18
1 files changed, 0 insertions, 18 deletions
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 <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