[tor-commits] [tor/master] Perhaps this is the permutation of headers that will please everything
nickm at torproject.org
nickm at torproject.org
Fri Oct 2 16:44:59 UTC 2015
commit 3c6782395743a089e192867ddbf44549cfeca015
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Oct 2 18:44:55 2015 +0200
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 2cf0332..5e0b80f 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
More information about the tor-commits
mailing list