LiveRange.h is now in lib/CodeGen/RegAlloc

llvm-svn: 8299
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.h b/llvm/lib/CodeGen/RegAlloc/IGNode.h
index 2b78243..dc3ae8a 100644
--- a/llvm/lib/CodeGen/RegAlloc/IGNode.h
+++ b/llvm/lib/CodeGen/RegAlloc/IGNode.h
@@ -25,7 +25,7 @@
 #ifndef IG_NODE_H
 #define IG_NODE_H
 
-#include "llvm/CodeGen/LiveRange.h"
+#include "LiveRange.h"
 class RegClass;
 
 //----------------------------------------------------------------------------