Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTestBase.h
index b42a9c0980db1ea26ab0dfaf14e81b7dd6ba3c8c..a8f6b2b1b828044498a72fb24eb612f1142fc354 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef MCJIT_TEST_BASE_H
 #define MCJIT_TEST_BASE_H
 
+#include "MCJITTestAPICommon.h"
 #include "llvm/Config/config.h"
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
 #include "llvm/ExecutionEngine/SectionMemoryManager.h"
@@ -26,7 +27,6 @@
 #include "llvm/IR/Module.h"
 #include "llvm/IR/TypeBuilder.h"
 #include "llvm/Support/CodeGen.h"
-#include "MCJITTestAPICommon.h"
 
 namespace llvm {