Sort the #include lines for unittest/...
[oota-llvm.git] / unittests / Transforms / Utils / Local.cpp
index 727f5ea525d4bf8dfab26a646db9f195f23f0ecd..cb9232cae51216ba7609b55dd6a52a8504ca2089 100644 (file)
@@ -7,12 +7,11 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/Transforms/Utils/Local.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/IRBuilder.h"
 #include "llvm/Instructions.h"
 #include "llvm/LLVMContext.h"
-#include "llvm/Transforms/Utils/Local.h"
-
 #include "gtest/gtest.h"
 
 using namespace llvm;