diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:59:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:59:56 +0000 |
commit | 942d99e4c8922af40345dce1f886a34d621462c7 (patch) | |
tree | 0bc898342a35246919f0ac727a223b59178ba15e /lib | |
parent | 51a9ad93af64476678de425357955cef97e69bec (diff) | |
download | external_llvm-942d99e4c8922af40345dce1f886a34d621462c7.zip external_llvm-942d99e4c8922af40345dce1f886a34d621462c7.tar.gz external_llvm-942d99e4c8922af40345dce1f886a34d621462c7.tar.bz2 |
Eliminate many unneccesary #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/InstrSelection/InstrForest.cpp | 16 | ||||
-rw-r--r-- | lib/Target/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 557d6ef..a90da0b 100644 --- a/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -22,30 +22,16 @@ // //--------------------------------------------------------------------------- - -//************************** System Include Files **************************/ - -#include <assert.h> -#include <iostream.h> -#include <bool.h> -#include <string> - //*************************** 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 557d6ef..a90da0b 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp @@ -22,30 +22,16 @@ // //--------------------------------------------------------------------------- - -//************************** System Include Files **************************/ - -#include <assert.h> -#include <iostream.h> -#include <bool.h> -#include <string> - //*************************** 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 **************************/ |