Sort the #include lines for unittest/...
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTest.cpp
index 92230f3f5e0bf884be77e6db2f351883c00659e5..e9cf904b1813fc8f2a7c6316e52d87a6673a3b0c 100644 (file)
@@ -12,9 +12,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "gtest/gtest.h"
 #include "llvm/ExecutionEngine/MCJIT.h"
 #include "MCJITTestBase.h"
+#include "gtest/gtest.h"
 
 using namespace llvm;