ares_init: make ares_private.h last included header again
authorYang Tse <yangsita@gmail.com>
Thu, 26 May 2011 15:32:43 +0000 (17:32 +0200)
committerYang Tse <yangsita@gmail.com>
Thu, 26 May 2011 15:32:43 +0000 (17:32 +0200)
ares_init.c

index 92ba709..38c3706 100644 (file)
 #include <string.h>
 #include <ctype.h>
 #include <time.h>
+
+#ifdef ANDROID
+#include <sys/system_properties.h>
+#endif
+
 #include "ares.h"
 #include "inet_net_pton.h"
 #include "ares_library_init.h"
 #include "ares_nowarn.h"
 #include "ares_platform.h"
-#include "ares_private.h"
 #include "inet_ntop.h"
-
-#ifdef ANDROID
-#include <sys/system_properties.h>
-#endif
+#include "ares_private.h"
 
 #ifdef WATT32
 #undef WIN32  /* Redefined in MingW/MSVC headers */