summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSched/SchedPriorities.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 02:11:53 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 02:11:53 +0000
commit4a63b72df95b5c0d4af064cef19377f811ba6060 (patch)
tree2b0068936bf1965293637e60f864f055753f3da6 /lib/Target/SparcV9/InstrSched/SchedPriorities.h
parent8e7ae9860bd1f29c95e4e10fe151a22aaafafef9 (diff)
downloadllvm-4a63b72df95b5c0d4af064cef19377f811ba6060.tar.gz
llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.tar.bz2
llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.tar.xz
Don't #include <Support/*>, #include "Support/*"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/InstrSched/SchedPriorities.h')
-rw-r--r--lib/Target/SparcV9/InstrSched/SchedPriorities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.h b/lib/Target/SparcV9/InstrSched/SchedPriorities.h
index 31d974dc4b..1366884b58 100644
--- a/lib/Target/SparcV9/InstrSched/SchedPriorities.h
+++ b/lib/Target/SparcV9/InstrSched/SchedPriorities.h
@@ -16,8 +16,8 @@
#include "SchedGraph.h"
#include "llvm/CodeGen/InstrScheduling.h"
#include "llvm/Target/MachineSchedInfo.h"
+#include "Support/hash_set"
#include <list>
-#include <Support/hash_set>
class Function;
class MachineInstr;