From 7769970e168bd8fdf18b346efcfced4f11a9e58d 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 llvm-svn: 260 --- llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index 557d6efe4328..a90da0b584bb 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/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 **************************/