[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / unittests / IR / MetadataTest.cpp
index 352e83ee662ee2b276ab06d4a7dacd5900991cc4..00a2783fbf6735eeb5107c70907680e33877619c 100644 (file)
@@ -13,7 +13,7 @@
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IR/Type.h"
-#include "llvm/Support/ValueHandle.h"
+#include "llvm/IR/ValueHandle.h"
 #include "llvm/Support/raw_ostream.h"
 #include "gtest/gtest.h"
 using namespace llvm;