aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/IGNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/RegAlloc/IGNode.h')
-rw-r--r--lib/CodeGen/RegAlloc/IGNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h
index 2b782436aa..dc3ae8a505 100644
--- a/lib/CodeGen/RegAlloc/IGNode.h
+++ b/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;
//----------------------------------------------------------------------------