From: Anand Shukla Date: Tue, 26 Feb 2002 18:57:15 +0000 (+0000) Subject: Change to make it build with GCC 2.95.3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=155d2c93848cece13909a4c4c64a54bafcc8f24d;p=oota-llvm.git Change to make it build with GCC 2.95.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1802 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index 52b5b9f0080..f99d7ce86ea 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/lib/CodeGen/InstrSched/SchedPriorities.h @@ -27,7 +27,7 @@ #include "Support/CommandLine.h" #include #include -#include +#include class Method; class MachineInstr; class SchedulingManager; diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.h b/lib/Target/SparcV9/InstrSched/SchedPriorities.h index 52b5b9f0080..f99d7ce86ea 100644 --- a/lib/Target/SparcV9/InstrSched/SchedPriorities.h +++ b/lib/Target/SparcV9/InstrSched/SchedPriorities.h @@ -27,7 +27,7 @@ #include "Support/CommandLine.h" #include #include -#include +#include class Method; class MachineInstr; class SchedulingManager;