summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-14 18:25:56 +0100
committerYang Tse <yangsita@gmail.com>2012-12-14 18:25:56 +0100
commita1035276c1354a2161cfe6c3050d6059060ff8bb (patch)
tree5a50dd1fb9276ab1c7a08050de7e0fda374f6379 /ares_private.h
parentbceb40095af4d8a62d7faec00006a51b870d9062 (diff)
downloadc-ares-a1035276c1354a2161cfe6c3050d6059060ff8bb.tar.gz
c-ares-a1035276c1354a2161cfe6c3050d6059060ff8bb.tar.bz2
c-ares-a1035276c1354a2161cfe6c3050d6059060ff8bb.zip
Header inclusion clean-up
Remove header inclusions already done in setup_once.h
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ares_private.h b/ares_private.h
index 8c8a08f..99d47c6 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -26,9 +26,6 @@
#define WIN32
#endif
-#include <stdio.h>
-#include <sys/types.h>
-
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
@@ -40,10 +37,6 @@
#define HAVE_WRITEV 1
#endif
-#ifdef NETWARE
-#include <time.h>
-#endif
-
#define DEFAULT_TIMEOUT 5000 /* milliseconds */
#define DEFAULT_TRIES 4
#ifndef INADDR_NONE