Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / ValueHandle.h
index dbcf0fd11d19d8c3c5784fefdcdd82ca443248ab..db44995d95b4e7ff65f0edb78a2e5fba39678181 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "llvm/ADT/DenseMapInfo.h"
 #include "llvm/ADT/PointerIntPair.h"
-#include "llvm/Value.h"
+#include "llvm/IR/Value.h"
 
 namespace llvm {
 class ValueHandleBase;