From b8044334f01a25ce74674ccdc041dddee8d3bc4b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 12 Nov 2010 16:34:34 +0100 Subject: [PATCH] ares_options: reorder header inclusions to make inclusion of ares_private.h the last included one again. --- ares_options.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ares_options.c b/ares_options.c index 66bf367e..7b957a55 100644 --- a/ares_options.c +++ b/ares_options.c @@ -18,15 +18,15 @@ #include "ares_setup.h" +#ifdef HAVE_ARPA_INET_H +# include +#endif + #include "ares.h" #include "ares_data.h" -#include "ares_private.h" #include "inet_net_pton.h" +#include "ares_private.h" -/* For inet_pton */ -#ifdef HAVE_ARPA_INET_H -# include -#endif int ares_get_servers(ares_channel channel, struct ares_addr_node **servers)