From: Brian Gaeke Date: Tue, 6 Apr 2004 23:25:07 +0000 (+0000) Subject: Prune unnecessary #includes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff8282604a6a872536c188e5daff9a9b37b7d105;p=oota-llvm.git Prune unnecessary #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/DelaySlotFiller.cpp b/lib/Target/Sparc/DelaySlotFiller.cpp index bd1ba3f8488..036b1dd6589 100644 --- a/lib/Target/Sparc/DelaySlotFiller.cpp +++ b/lib/Target/Sparc/DelaySlotFiller.cpp @@ -12,21 +12,10 @@ //===----------------------------------------------------------------------===// #include "SparcV8.h" -#include "SparcV8InstrInfo.h" -#include "llvm/Constants.h" -#include "llvm/DerivedTypes.h" -#include "llvm/Module.h" -#include "llvm/Assembly/Writer.h" #include "llvm/CodeGen/MachineFunctionPass.h" -#include "llvm/CodeGen/MachineConstantPool.h" -#include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineInstrBuilder.h" -#include "llvm/Target/TargetMachine.h" -#include "llvm/Support/Mangler.h" #include "Support/Statistic.h" -#include "Support/StringExtras.h" -#include "Support/CommandLine.h" -#include + using namespace llvm; namespace { diff --git a/lib/Target/SparcV8/DelaySlotFiller.cpp b/lib/Target/SparcV8/DelaySlotFiller.cpp index bd1ba3f8488..036b1dd6589 100644 --- a/lib/Target/SparcV8/DelaySlotFiller.cpp +++ b/lib/Target/SparcV8/DelaySlotFiller.cpp @@ -12,21 +12,10 @@ //===----------------------------------------------------------------------===// #include "SparcV8.h" -#include "SparcV8InstrInfo.h" -#include "llvm/Constants.h" -#include "llvm/DerivedTypes.h" -#include "llvm/Module.h" -#include "llvm/Assembly/Writer.h" #include "llvm/CodeGen/MachineFunctionPass.h" -#include "llvm/CodeGen/MachineConstantPool.h" -#include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineInstrBuilder.h" -#include "llvm/Target/TargetMachine.h" -#include "llvm/Support/Mangler.h" #include "Support/Statistic.h" -#include "Support/StringExtras.h" -#include "Support/CommandLine.h" -#include + using namespace llvm; namespace {