mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Eliminate many unneccesary #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
51a9ad93af
commit
942d99e4c8
@ -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 **************************/
|
||||
|
||||
|
@ -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 **************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user