From bae47e5691fbdbbb1560542bd355f3e3ba282fb6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Jul 2003 23:00:29 +0000 Subject: [PATCH] Remove extraneous #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7341 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/InstrForest.h | 1 - lib/CodeGen/InstrSched/SchedGraph.h | 1 - lib/CodeGen/RegAlloc/LiveRangeInfo.h | 2 +- lib/Target/SparcV9/InstrSched/SchedGraph.h | 1 - lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h | 2 +- 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/include/llvm/CodeGen/InstrForest.h b/include/llvm/CodeGen/InstrForest.h index 0b623d125ee..78b74df7d40 100644 --- a/include/llvm/CodeGen/InstrForest.h +++ b/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/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h index 11edf0d8791..a1e85c5acb7 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.h +++ b/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/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/lib/CodeGen/RegAlloc/LiveRangeInfo.h index 3d9a43a9e3f..0425606b1c9 100644 --- a/lib/CodeGen/RegAlloc/LiveRangeInfo.h +++ b/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; diff --git a/lib/Target/SparcV9/InstrSched/SchedGraph.h b/lib/Target/SparcV9/InstrSched/SchedGraph.h index 11edf0d8791..a1e85c5acb7 100644 --- a/lib/Target/SparcV9/InstrSched/SchedGraph.h +++ b/lib/Target/SparcV9/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/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h index 3d9a43a9e3f..0425606b1c9 100644 --- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h +++ b/lib/Target/SparcV9/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;