summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ares.h5
-rw-r--r--nameser.h1
2 files changed, 1 insertions, 5 deletions
diff --git a/ares.h b/ares.h
index 7f76112..695f8aa 100644
--- a/ares.h
+++ b/ares.h
@@ -31,10 +31,7 @@
#include <netinet/in.h>
#include <sys/socket.h>
#include <tcp.h>
-#elif defined(WIN32)
- #include <winsock2.h>
- #include <windows.h>
-#else
+#elif !defined(WIN32)
#include <netinet/in.h>
#include <sys/socket.h>
#endif
diff --git a/nameser.h b/nameser.h
index 7127c26..0ccbfd1 100644
--- a/nameser.h
+++ b/nameser.h
@@ -7,7 +7,6 @@
port build */
#ifndef NETWARE
-#include <windows.h>
#include <process.h> /* for the _getpid() proto */
#endif /* !NETWARE */
#include <sys/types.h>