aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.h
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
commitde6dbabaee55de5693950ac5f8d7cb7cc10ba27f (patch)
tree73a420d7e71e1ac1821a37a595d73add73a4dd86 /lib/CodeGen/InstrSched/SchedGraph.h
parent0861b0c3e6a5f66650b0027800ca8e64c6324d16 (diff)
Remove extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h
index 2890241d59..80355e4986 100644
--- a/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/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;