summaryrefslogtreecommitdiff
path: root/ares_process.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_process.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_process.c')
-rw-r--r--ares_process.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ares_process.c b/ares_process.c
index b7c0bca..25eb24c 100644
--- a/ares_process.c
+++ b/ares_process.c
@@ -41,10 +41,6 @@
# include <arpa/nameser_compat.h>
#endif
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#endif
-
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
@@ -59,10 +55,7 @@
#endif
#include <assert.h>
-#include <string.h>
-#include <stdlib.h>
#include <fcntl.h>
-#include <time.h>
#include "ares.h"
#include "ares_dns.h"