Remove extraneous #includes
authorChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:30:08 +0000 (07:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:30:08 +0000 (07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1645 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/SchedGraph.h
lib/Target/SparcV9/InstrSched/SchedGraph.h

index 2890241d59dbc0b217f84c144a19a105964b425e..80355e498606b5fc87947efda3e6bb7e19035696 100644 (file)
 #ifndef LLVM_CODEGEN_SCHEDGRAPH_H
 #define LLVM_CODEGEN_SCHEDGRAPH_H
 
-#include "llvm/Target/MachineInstrInfo.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "Support/NonCopyable.h"
 #include "Support/HashExtras.h"
 #include "Support/GraphTraits.h"
-#include <ext/hash_map>
 
 class Value;
 class Instruction;
index 2890241d59dbc0b217f84c144a19a105964b425e..80355e498606b5fc87947efda3e6bb7e19035696 100644 (file)
 #ifndef LLVM_CODEGEN_SCHEDGRAPH_H
 #define LLVM_CODEGEN_SCHEDGRAPH_H
 
-#include "llvm/Target/MachineInstrInfo.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "Support/NonCopyable.h"
 #include "Support/HashExtras.h"
 #include "Support/GraphTraits.h"
-#include <ext/hash_map>
 
 class Value;
 class Instruction;