mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Remove extraneous #includes
llvm-svn: 1645
This commit is contained in:
parent
a58db0f194
commit
8ea2029cfa
@ -19,12 +19,10 @@
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user