diff --git a/ares/ares__get_hostent.c b/ares/ares__get_hostent.c index dc5f8ad4fe000ccda1325d4bf74f6fbd188dff24..cea95aed73631799fac9d629e913169f052152f3 100644 --- a/ares/ares__get_hostent.c +++ b/ares/ares__get_hostent.c @@ -30,8 +30,8 @@ #include #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) { diff --git a/ares/ares_gethostbyaddr.c b/ares/ares_gethostbyaddr.c index 909132e77bd26ef6325c52c64115a87f8bc0716f..7b4a733c36b33ca70689ba4cc2cb1d8c4679b7ae 100644 --- a/ares/ares_gethostbyaddr.c +++ b/ares/ares_gethostbyaddr.c @@ -33,8 +33,8 @@ #include #include "ares.h" -#include "ares_private.h" #include "inet_net_pton.h" +#include "ares_private.h" #ifdef WATT32 #undef WIN32 diff --git a/ares/ares_gethostbyname.c b/ares/ares_gethostbyname.c index 1e7e1585e8ef148ad1b337fe1f31cbd5212fae67..be1f92b216cd5fa35986091faa24d4c2db0b2870 100644 --- a/ares/ares_gethostbyname.c +++ b/ares/ares_gethostbyname.c @@ -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 diff --git a/ares/ares_getnameinfo.c b/ares/ares_getnameinfo.c index 06a4312a600aba1bb1eb4958c3e5ef0f59c06366..82cad1fde6f6d09a6a4e34842cf05a1fc46510e6 100644 --- a/ares/ares_getnameinfo.c +++ b/ares/ares_getnameinfo.c @@ -42,9 +42,9 @@ #include #include "ares.h" -#include "ares_private.h" #include "ares_ipv6.h" #include "inet_ntop.h" +#include "ares_private.h" #ifdef WATT32 #undef WIN32 diff --git a/ares/ares_init.c b/ares/ares_init.c index bf4771de93a155571b6602248cabc7a1720aef30..406bf88f47d4164056112f991c9efb9bb811b46c 100644 --- a/ares/ares_init.c +++ b/ares/ares_init.c @@ -58,8 +58,8 @@ #include #include #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 */