commit | 981e5850217a2272b5e0dcb295588232b2565418 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jul 26 23:00:29 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jul 26 23:00:29 2003 +0000 |
tree | ea71dbcec46b8fc0a695dab8783317195522d701 | |
parent | 1cde34a7ffd1f7ed7e201d4708db877cbacd038b [diff] [blame] |
Remove extraneous #includes llvm-svn: 7341
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h index 3d9a43a..0425606 100644 --- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h +++ b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
@@ -19,8 +19,8 @@ #ifndef LIVE_RANGE_INFO_H #define LIVE_RANGE_INFO_H -#include "Support/HashExtras.h" #include "llvm/CodeGen/ValueSet.h" +#include "Support/hash_map" class LiveRange; class MachineInstr;