From 942d99e4c8922af40345dce1f886a34d621462c7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jul 2001 22:59:56 +0000 Subject: [PATCH] Eliminate many unneccesary #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InstrSelection/InstrForest.cpp | 16 +--------------- .../SparcV9/InstrSelection/InstrForest.cpp | 16 +--------------- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp index 557d6efe432..a90da0b584b 100644 --- a/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -22,30 +22,16 @@ // //--------------------------------------------------------------------------- - -//************************** System Include Files **************************/ - -#include -#include -#include -#include - //*************************** User Include Files ***************************/ -#include "llvm/Type.h" +#include "llvm/CodeGen/InstrForest.h" #include "llvm/Module.h" #include "llvm/Method.h" -#include "llvm/Instruction.h" #include "llvm/iTerminators.h" #include "llvm/iMemory.h" #include "llvm/ConstPoolVals.h" #include "llvm/BasicBlock.h" -#include "llvm/Bytecode/Reader.h" -#include "llvm/Bytecode/Writer.h" -#include "llvm/Tools/CommandLine.h" -#include "llvm/LLC/CompileContext.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/InstrForest.h" //************************ Class Implementations **************************/ diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index 557d6efe432..a90da0b584b 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp @@ -22,30 +22,16 @@ // //--------------------------------------------------------------------------- - -//************************** System Include Files **************************/ - -#include -#include -#include -#include - //*************************** User Include Files ***************************/ -#include "llvm/Type.h" +#include "llvm/CodeGen/InstrForest.h" #include "llvm/Module.h" #include "llvm/Method.h" -#include "llvm/Instruction.h" #include "llvm/iTerminators.h" #include "llvm/iMemory.h" #include "llvm/ConstPoolVals.h" #include "llvm/BasicBlock.h" -#include "llvm/Bytecode/Reader.h" -#include "llvm/Bytecode/Writer.h" -#include "llvm/Tools/CommandLine.h" -#include "llvm/LLC/CompileContext.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/InstrForest.h" //************************ Class Implementations **************************/ -- 2.34.1