summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/VMCore/ConstantsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/VMCore/ConstantsTest.cpp')
-rw-r--r--llvm/unittests/VMCore/ConstantsTest.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/unittests/VMCore/ConstantsTest.cpp b/llvm/unittests/VMCore/ConstantsTest.cpp
index 5cbd0ce2982..01ab5f26384 100644
--- a/llvm/unittests/VMCore/ConstantsTest.cpp
+++ b/llvm/unittests/VMCore/ConstantsTest.cpp
@@ -7,12 +7,12 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Constants.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/InstrTypes.h"
-#include "llvm/Instruction.h"
-#include "llvm/LLVMContext.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/InstrTypes.h"
+#include "llvm/IR/Instruction.h"
+#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/Module.h"
#include "gtest/gtest.h"
namespace llvm {
OpenPOWER on IntegriCloud