[Utils] Put includes in correct order. NFC.
[oota-llvm.git] / lib / Transforms / Utils / SimplifyCFG.cpp
index ff81e7d5acfd969a477128502c0ba18476912872..fe9fd18292cbcc935af9c1fe885d837b099b1bed 100644 (file)
@@ -44,7 +44,6 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
-#include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Transforms/Utils/ValueMapper.h"
 #include <algorithm>
 #include <map>