瀏覽代碼

Perhaps this is the permutation of headers that will please everything

Nick Mathewson 8 年之前
父節點
當前提交
3c67823957
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/test/test_tortls.c

+ 5 - 5
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