summaryrefslogtreecommitdiff
path: root/acountry.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-14 18:36:59 +0100
committerYang Tse <yangsita@gmail.com>2012-12-14 18:36:59 +0100
commit0c677f578e8be6050c976f3923b833fbe8fc9cfb (patch)
tree5953c9ef2d2eca4b27ddb1a3ac72d1f70429c4e6 /acountry.c
parenta1035276c1354a2161cfe6c3050d6059060ff8bb (diff)
downloadc-ares-0c677f578e8be6050c976f3923b833fbe8fc9cfb.tar.gz
c-ares-0c677f578e8be6050c976f3923b833fbe8fc9cfb.tar.bz2
c-ares-0c677f578e8be6050c976f3923b833fbe8fc9cfb.zip
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Inclusion of these two header files now done in setup_once.h
Diffstat (limited to 'acountry.c')
-rw-r--r--acountry.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/acountry.c b/acountry.c
index 6a20374..7a855c0 100644
--- a/acountry.c
+++ b/acountry.c
@@ -34,9 +34,6 @@
#include "ares_setup.h"
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
@@ -44,7 +41,6 @@
#if defined(WIN32) && !defined(WATT32)
#include <winsock.h>
#else
- #include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netdb.h>