commit | 4a63b72df95b5c0d4af064cef19377f811ba6060 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 28 02:11:53 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 28 02:11:53 2002 +0000 |
tree | 2b0068936bf1965293637e60f864f055753f3da6 | |
parent | 8e7ae9860bd1f29c95e4e10fe151a22aaafafef9 [diff] [blame] |
Don't #include <Support/*>, #include "Support/*" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4325 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index 31d974d..1366884 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/lib/CodeGen/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;