Eliminate many unneccesary #includes

llvm-svn: 260
This commit is contained in:
Chris Lattner 2001-07-21 22:59:56 +00:00
parent 7cad6f14b8
commit 7769970e16
1 changed files with 1 additions and 15 deletions

View File

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