summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-03 07:30:08 +0000
committerChris Lattner <sabre@nondot.org>2002-02-03 07:30:08 +0000
commit02d8e37cae9908d868d23681f26d2c96fdbe7715 (patch)
tree55e2a54769f17a638f7d2396cb30b67be13019a9 /llvm/lib/CodeGen
parenta17c469136700ce9c8adb81d40d755609c7cfa77 (diff)
downloadbcm5719-llvm-02d8e37cae9908d868d23681f26d2c96fdbe7715.tar.gz
bcm5719-llvm-02d8e37cae9908d868d23681f26d2c96fdbe7715.zip
Remove extraneous #includes
llvm-svn: 1645
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedGraph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.h b/llvm/lib/CodeGen/InstrSched/SchedGraph.h
index 2890241d59d..80355e49860 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.h
@@ -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;
OpenPOWER on IntegriCloud