Remove extraneous #includes
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2003 23:00:29 +0000 (23:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2003 23:00:29 +0000 (23:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7341 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/InstrForest.h
lib/CodeGen/InstrSched/SchedGraph.h
lib/CodeGen/RegAlloc/LiveRangeInfo.h
lib/Target/SparcV9/InstrSched/SchedGraph.h
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h

index 0b623d125ee5cff5edb63942d9946f0302b838ac..78b74df7d403d1bedc6ef1dd1c8d2519ee76d5ec 100644 (file)
@@ -20,7 +20,6 @@
 #define LLVM_CODEGEN_INSTRFOREST_H
 
 #include "llvm/Instruction.h"
-#include "Support/HashExtras.h"
 
 class Constant;
 class Function;
index 11edf0d879149a6e76d828652cf746d475b7835c..a1e85c5acb7629d9df2dc48b907f5df0ba563288 100644 (file)
@@ -15,7 +15,6 @@
 #define LLVM_CODEGEN_SCHEDGRAPH_H
 
 #include "llvm/CodeGen/MachineInstr.h"
-#include "Support/HashExtras.h"
 #include "Support/GraphTraits.h"
 
 class Value;
index 3d9a43a9e3fe3a62171d7bf52780d70ed04dde1d..0425606b1c9cc3596ee85f901a72a6eaa76d5423 100644 (file)
@@ -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;
index 11edf0d879149a6e76d828652cf746d475b7835c..a1e85c5acb7629d9df2dc48b907f5df0ba563288 100644 (file)
@@ -15,7 +15,6 @@
 #define LLVM_CODEGEN_SCHEDGRAPH_H
 
 #include "llvm/CodeGen/MachineInstr.h"
-#include "Support/HashExtras.h"
 #include "Support/GraphTraits.h"
 
 class Value;
index 3d9a43a9e3fe3a62171d7bf52780d70ed04dde1d..0425606b1c9cc3596ee85f901a72a6eaa76d5423 100644 (file)
@@ -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;