From 155d2c93848cece13909a4c4c64a54bafcc8f24d Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 26 Feb 2002 18:57:15 +0000 Subject: [PATCH] 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 --- lib/CodeGen/InstrSched/SchedPriorities.h | 2 +- lib/Target/SparcV9/InstrSched/SchedPriorities.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1