From 3c6782395743a089e192867ddbf44549cfeca015 Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Fri, 2 Oct 2015 18:44:55 +0200
Subject: [PATCH] Perhaps this is the permutation of headers that will please
 everything

---
 src/test/test_tortls.c | 10 +++++-----
 1 file 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
-- 
GitLab