Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / unittests / VMCore / DominatorTreeTest.cpp
index 77449308a4b6cb90dfaaa454f4b7fc1e58637cb1..3a527adbc009db56b9fc9f248564fa8654c58c43 100644 (file)
@@ -1,8 +1,8 @@
 #include "llvm/Analysis/Dominators.h"
 #include "llvm/Assembly/Parser.h"
-#include "llvm/Instructions.h"
-#include "llvm/LLVMContext.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/Module.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/SourceMgr.h"
 #include "gtest/gtest.h"