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/unit1303.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/unit/unit1303.c') diff --git a/tests/unit/unit1303.c b/tests/unit/unit1303.c index 2b5669d28..f94daf7a6 100644 --- a/tests/unit/unit1303.c +++ b/tests/unit/unit1303.c @@ -19,13 +19,10 @@ * KIND, either express or implied. * ***************************************************************************/ -#include -#include "curl_config.h" -#include "setup.h" +#include "curlcheck.h" #include "urldata.h" #include "connect.h" -#include "curlcheck.h" #include "memdebug.h" /* LAST include file */ static struct SessionHandle *data; -- cgit v1.2.3