summaryrefslogtreecommitdiff
path: root/ares_init.c
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_init.c
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_init.c')
-rw-r--r--ares_init.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ares_init.c b/ares_init.c
index 76b2961..15d2934 100644
--- a/ares_init.c
+++ b/ares_init.c
@@ -21,10 +21,6 @@
#include <sys/param.h>
#endif
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -54,12 +50,6 @@
#include <unistd.h>
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <time.h>
-
#if defined(ANDROID) || defined(__ANDROID__)
#include <sys/system_properties.h>
/* From the Bionic sources */