[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.h
index f6c9d6678a47110ae20d4937e2613e761010ad50..56795e23676e9e808a23992f97c0ab0295917266 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/IR/Attributes.h"
 #include "llvm/IR/OperandTraits.h"
 #include "llvm/IR/Type.h"
-#include "llvm/Support/ValueHandle.h"
+#include "llvm/IR/ValueHandle.h"
 #include "llvm/Support/system_error.h"
 #include <vector>