aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit39de6c784cf6282b675250d521b79da5e010a412 (patch)
tree3c768e8568c696640a2019e32d2767c4db056d88 /ares/windows_port.c
parente5c4482088f327043e59a516490fbb36c5df926a (diff)
adjust inclusion of "nameser.h"
Diffstat (limited to 'ares/windows_port.c')
-rw-r--r--ares/windows_port.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/ares/windows_port.c b/ares/windows_port.c
index cc31036a7..fd13b1485 100644
--- a/ares/windows_port.c
+++ b/ares/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 */