[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / unittests / Analysis / CFGTest.cpp
index a33f811022471ecf82f849291934a8f4ce696417..88c4b00e76061ecfdfd2d04a14c2657004282239 100644 (file)
@@ -9,9 +9,9 @@
 
 #include "llvm/Analysis/CFG.h"
 #include "llvm/ADT/OwningPtr.h"
-#include "llvm/Analysis/Dominators.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/AsmParser/Parser.h"
+#include "llvm/IR/Dominators.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"