summaryrefslogtreecommitdiff
path: root/windows_port.c
diff options
context:
space:
mode:
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 */