From 39de6c784cf6282b675250d521b79da5e010a412 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 17 Sep 2008 01:02:57 +0000 Subject: adjust inclusion of "nameser.h" --- ares/windows_port.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'ares/windows_port.c') 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 -#include -#include -#include -#include -#include - -#ifdef WATT32 -#include -#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 */ -- cgit v1.2.3