move inclusion of ares_private.h last
authorYang Tse <yangsita@gmail.com>
Thu, 11 Sep 2008 03:46:47 +0000 (03:46 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 11 Sep 2008 03:46:47 +0000 (03:46 +0000)
ares__get_hostent.c
ares_gethostbyaddr.c
ares_gethostbyname.c
ares_getnameinfo.c
ares_init.c

index dc5f8ad..cea95ae 100644 (file)
@@ -30,8 +30,8 @@
 #include <ctype.h>
 
 #include "ares.h"
-#include "ares_private.h"
 #include "inet_net_pton.h"
+#include "ares_private.h"
 
 int ares__get_hostent(FILE *fp, int family, struct hostent **host)
 {
index 909132e..7b4a733 100644 (file)
@@ -33,8 +33,8 @@
 #include <string.h>
 
 #include "ares.h"
-#include "ares_private.h"
 #include "inet_net_pton.h"
+#include "ares_private.h"
 
 #ifdef WATT32
 #undef WIN32
index 1e7e158..be1f92b 100644 (file)
@@ -41,9 +41,9 @@
 #endif
 
 #include "ares.h"
-#include "ares_private.h"
 #include "inet_net_pton.h"
 #include "bitncmp.h"
+#include "ares_private.h"
 
 #ifdef WATT32
 #undef WIN32
index 06a4312..82cad1f 100644 (file)
@@ -42,9 +42,9 @@
 #include <string.h>
 
 #include "ares.h"
-#include "ares_private.h"
 #include "ares_ipv6.h"
 #include "inet_ntop.h"
+#include "ares_private.h"
 
 #ifdef WATT32
 #undef WIN32
index bf4771d..406bf88 100644 (file)
@@ -58,8 +58,8 @@
 #include <time.h>
 #include <errno.h>
 #include "ares.h"
-#include "ares_private.h"
 #include "inet_net_pton.h"
+#include "ares_private.h"
 
 #ifdef WATT32
 #undef WIN32  /* Redefined in MingW/MSVC headers */