summaryrefslogtreecommitdiff
path: root/windows_port.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-17 01:02:57 +0000
committerYang Tse <yangsita@gmail.com>2008-09-17 01:02:57 +0000
commitf214b583f5a0439f63258dd0c21b2a5045b822c8 (patch)
treef040ae2b7239873b6b7f32035c61a3b989ce1104 /windows_port.c
parent861ea67ee80d47634b9ad2474a354a61a42f7965 (diff)
downloadc-ares-f214b583f5a0439f63258dd0c21b2a5045b822c8.tar.gz
c-ares-f214b583f5a0439f63258dd0c21b2a5045b822c8.tar.bz2
c-ares-f214b583f5a0439f63258dd0c21b2a5045b822c8.zip
adjust inclusion of "nameser.h"
Diffstat (limited to 'windows_port.c')
-rw-r--r--windows_port.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/windows_port.c b/windows_port.c
index cc31036..fd13b14 100644
--- a/windows_port.c
+++ b/windows_port.c
@@ -5,20 +5,6 @@
/* only do the following on windows
*/
#if (defined(WIN32) || defined(WATT32)) && !defined(MSDOS)
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <string.h>
-#include <errno.h>
-#include <malloc.h>
-
-#ifdef WATT32
-#include <sys/socket.h>
-#else
-#include "nameser.h"
-#endif
-#include "ares.h"
-#include "ares_private.h"
#ifdef __WATCOMC__
/*
@@ -34,5 +20,4 @@ WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
}
#endif
-
#endif /* WIN32 builds only */