From: Yang Tse Date: Tue, 24 May 2011 19:23:52 +0000 (+0200) Subject: unit tests: README, adjust header inclusion order X-Git-Tag: curl-7_21_7~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b5343054af4be20f8fd9deafcc11a3139835c74;p=thirdparty%2Fcurl.git unit tests: README, adjust header inclusion order --- diff --git a/tests/unit/README b/tests/unit/README index b4d4f6d312..dd368f7896 100644 --- a/tests/unit/README +++ b/tests/unit/README @@ -42,12 +42,9 @@ and the tests/FILEFORMAT documentation. For the actual C file, here's a very simple example: ----------------------- start ------------------------------- -#include -#include "curl_config.h" -#include "setup.h" +#include "curlcheck.h" #include "a libcurl header.h" /* from the lib dir */ -#include "curlcheck.h" static void unit_setup( void ) {