diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 18:44:55 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 18:44:55 +0200 |
commit | 3c6782395743a089e192867ddbf44549cfeca015 (patch) | |
tree | 99147c90eccdd9951e988d85ab8e58a333dc3ad4 /src/test/test_tortls.c | |
parent | b31cdf4ad626e227967ee0f3198705d7c2e322e2 (diff) | |
download | tor-3c6782395743a089e192867ddbf44549cfeca015.tar.gz tor-3c6782395743a089e192867ddbf44549cfeca015.zip |
Perhaps this is the permutation of headers that will please everything
Diffstat (limited to 'src/test/test_tortls.c')
-rw-r--r-- | src/test/test_tortls.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 <winsock2.h> #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 |