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/unit1304.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/unit/unit1304.c') diff --git a/tests/unit/unit1304.c b/tests/unit/unit1304.c index 8b3132edc..3efbe0b82 100644 --- a/tests/unit/unit1304.c +++ b/tests/unit/unit1304.c @@ -19,12 +19,9 @@ * KIND, either express or implied. * ***************************************************************************/ -#include -#include "curl_config.h" -#include "setup.h" +#include "curlcheck.h" #include "netrc.h" -#include "curlcheck.h" char login[LOGINSIZE]; char password[PASSWORDSIZE]; -- cgit v1.2.3