Prune unnecessary #includes
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 6 Apr 2004 23:25:07 +0000 (23:25 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 6 Apr 2004 23:25:07 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12731 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/SparcV8/DelaySlotFiller.cpp

index bd1ba3f84886ffea3c93add9da5a0ea6bc226783..036b1dd658936aebb1d4b348b6d54b9db5bea4ab 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #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 <cctype>
+
 using namespace llvm;
 
 namespace {
index bd1ba3f84886ffea3c93add9da5a0ea6bc226783..036b1dd658936aebb1d4b348b6d54b9db5bea4ab 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #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 <cctype>
+
 using namespace llvm;
 
 namespace {