From: Nick Mathewson Date: Fri, 2 Oct 2015 16:44:55 +0000 (+0200) Subject: Perhaps this is the permutation of headers that will please everything X-Git-Tag: tor-0.2.8.1-alpha~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c6782395743a089e192867ddbf44549cfeca015;p=thirdparty%2Ftor.git Perhaps this is the permutation of headers that will please everything --- diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c index 2cf03323be..5e0b80f54d 100644 --- a/src/test/test_tortls.c +++ b/src/test/test_tortls.c @@ -9,11 +9,6 @@ #include #endif -#include "or.h" -#include "torlog.h" -#include "config.h" -#include "tortls.h" - #ifdef __GNUC__ #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) #endif @@ -42,6 +37,11 @@ #endif #endif +#include "or.h" +#include "torlog.h" +#include "config.h" +#include "tortls.h" + #include "test.h" #include "log_test_helpers.h" #define NS_MODULE tortls