]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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/ares__get_hostent.c
ares/ares_gethostbyaddr.c
ares/ares_gethostbyname.c
ares/ares_getnameinfo.c
ares/ares_init.c

index dc5f8ad4fe000ccda1325d4bf74f6fbd188dff24..cea95aed73631799fac9d629e913169f052152f3 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 909132e77bd26ef6325c52c64115a87f8bc0716f..7b4a733c36b33ca70689ba4cc2cb1d8c4679b7ae 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 1e7e1585e8ef148ad1b337fe1f31cbd5212fae67..be1f92b216cd5fa35986091faa24d4c2db0b2870 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 06a4312a600aba1bb1eb4958c3e5ef0f59c06366..82cad1fde6f6d09a6a4e34842cf05a1fc46510e6 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 bf4771de93a155571b6602248cabc7a1720aef30..406bf88f47d4164056112f991c9efb9bb811b46c 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 */