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 **************************/