aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-26 23:00:29 +0000
committerChris Lattner <sabre@nondot.org>2003-07-26 23:00:29 +0000
commitbae47e5691fbdbbb1560542bd355f3e3ba282fb6 (patch)
tree90e8c36c0fccdb3d626660804640a27206a57cac /lib/CodeGen/InstrSched/SchedGraph.h
parent1f2bbaa9cb1435995faa446bf1be6435172648d8 (diff)
Remove extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h
index 11edf0d879..a1e85c5acb 100644
--- a/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/lib/CodeGen/InstrSched/SchedGraph.h
@@ -15,7 +15,6 @@
#define LLVM_CODEGEN_SCHEDGRAPH_H
#include "llvm/CodeGen/MachineInstr.h"
-#include "Support/HashExtras.h"
#include "Support/GraphTraits.h"
class Value;