[Modules] Move the LLVM IR pattern match header into the IR library, it
[oota-llvm.git] / unittests / Support / ValueHandleTest.cpp
index af03e1bb3599d5ee8b07da6b3de63621eda739be..05aafa2d05d86ce93747951273821260c34e2919 100644 (file)
@@ -9,9 +9,9 @@
 
 #include "llvm/Support/ValueHandle.h"
 #include "llvm/ADT/OwningPtr.h"
-#include "llvm/Constants.h"
-#include "llvm/Instructions.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/LLVMContext.h"
 #include "gtest/gtest.h"
 #include <memory>