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 | 7769970e168bd8fdf18b346efcfced4f11a9e58d (patch) | |
| tree | 2e3ea37cc5272d954b93692480ce90314698026e /llvm/lib | |
| parent | 7cad6f14b86a193e3ee47336444bc159dbdd31c8 (diff) | |
| download | bcm5719-llvm-7769970e168bd8fdf18b346efcfced4f11a9e58d.tar.gz bcm5719-llvm-7769970e168bd8fdf18b346efcfced4f11a9e58d.zip | |
Eliminate many unneccesary #includes
llvm-svn: 260
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index 557d6efe432..a90da0b584b 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/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 **************************/ |

