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/unit1302.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/unit/unit1302.c') diff --git a/tests/unit/unit1302.c b/tests/unit/unit1302.c index bc3651627..7a61ec062 100644 --- a/tests/unit/unit1302.c +++ b/tests/unit/unit1302.c @@ -19,14 +19,11 @@ * KIND, either express or implied. * ***************************************************************************/ -#include -#include "curl_config.h" -#include "setup.h" +#include "curlcheck.h" #include "urldata.h" #include "url.h" /* for Curl_safefree */ #include "curl_base64.h" -#include "curlcheck.h" #include "memdebug.h" /* LAST include file */ static struct SessionHandle *data; -- cgit v1.2.3