1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Remove extraneous #includes

llvm-svn: 1645
This commit is contained in:
Chris Lattner 2002-02-03 07:30:08 +00:00
parent a58db0f194
commit 8ea2029cfa

View File

@ -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;