summaryrefslogtreecommitdiff
path: root/unittests/VMCore/TypesTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/VMCore/TypesTest.cpp')
-rw-r--r--unittests/VMCore/TypesTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/VMCore/TypesTest.cpp b/unittests/VMCore/TypesTest.cpp
index 0416643221..fe0935341c 100644
--- a/unittests/VMCore/TypesTest.cpp
+++ b/unittests/VMCore/TypesTest.cpp
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/DerivedTypes.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/LLVMContext.h"
#include "gtest/gtest.h"
using namespace llvm;