* Add a #include not indirectly included any more
[oota-llvm.git] / lib / CodeGen / 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;