diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:00:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:00:29 +0000 |
commit | 981e5850217a2272b5e0dcb295588232b2565418 (patch) | |
tree | ea71dbcec46b8fc0a695dab8783317195522d701 | |
parent | 1cde34a7ffd1f7ed7e201d4708db877cbacd038b (diff) | |
download | bcm5719-llvm-981e5850217a2272b5e0dcb295588232b2565418.tar.gz bcm5719-llvm-981e5850217a2272b5e0dcb295588232b2565418.zip |
Remove extraneous #includes
llvm-svn: 7341
-rw-r--r-- | llvm/include/llvm/CodeGen/InstrForest.h | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraph.h | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/InstrForest.h b/llvm/include/llvm/CodeGen/InstrForest.h index 0b623d125ee..78b74df7d40 100644 --- a/llvm/include/llvm/CodeGen/InstrForest.h +++ b/llvm/include/llvm/CodeGen/InstrForest.h @@ -20,7 +20,6 @@ #define LLVM_CODEGEN_INSTRFOREST_H #include "llvm/Instruction.h" -#include "Support/HashExtras.h" class Constant; class Function; diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.h b/llvm/lib/CodeGen/InstrSched/SchedGraph.h index 11edf0d8791..a1e85c5acb7 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedGraph.h +++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.h @@ -15,7 +15,6 @@ #define LLVM_CODEGEN_SCHEDGRAPH_H #include "llvm/CodeGen/MachineInstr.h" -#include "Support/HashExtras.h" #include "Support/GraphTraits.h" class Value; diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h index 3d9a43a9e3f..0425606b1c9 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; |