summaryrefslogtreecommitdiff
path: root/unittests/VMCore/DominatorTreeTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/VMCore/DominatorTreeTest.cpp')
-rw-r--r--unittests/VMCore/DominatorTreeTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/unittests/VMCore/DominatorTreeTest.cpp b/unittests/VMCore/DominatorTreeTest.cpp
index 77449308a4..3a527adbc0 100644
--- a/unittests/VMCore/DominatorTreeTest.cpp
+++ b/unittests/VMCore/DominatorTreeTest.cpp
@@ -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"