From 02f3ff3b0a8fc000270e274d540b65648ef81201 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 21 May 2011 13:22:11 +0200 Subject: unit tests: adjust header inclusion order Additionally, prevent multiple inclusions of curl_config.h --- tests/unit/unit1305.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/unit/unit1305.c') diff --git a/tests/unit/unit1305.c b/tests/unit/unit1305.c index 68c76ceae..5900c6dd5 100644 --- a/tests/unit/unit1305.c +++ b/tests/unit/unit1305.c @@ -19,11 +19,8 @@ * KIND, either express or implied. * ***************************************************************************/ -#include "test.h" +#include "curlcheck.h" -#ifdef HAVE_SYS_SOCKET_H -# include -#endif #ifdef HAVE_NETINET_IN_H # include #endif @@ -39,7 +36,6 @@ #include "hash.h" #include "hostip.h" -#include "curlcheck.h" #include "curl_memory.h" #include "memdebug.h" /* LAST include file */ -- cgit v1.2.3