Eliminate many unneccesary #includes
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 22:59:56 +0000 (22:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 22:59:56 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp

index 557d6efe4328d3a85d17b59b85648be588c44155..a90da0b584bbc5654307df69ee573471129b7a33 100644 (file)
 // 
 //---------------------------------------------------------------------------
 
-
-//************************** 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 **************************/
 
index 557d6efe4328d3a85d17b59b85648be588c44155..a90da0b584bbc5654307df69ee573471129b7a33 100644 (file)
 // 
 //---------------------------------------------------------------------------
 
-
-//************************** 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 **************************/