Remove unneccesary #includes

llvm-svn: 4408
This commit is contained in:
Chris Lattner 2002-10-29 20:47:46 +00:00
parent 71b6d491db
commit 69127c68ed
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
#include "SparcRegClassInfo.h"
#include "llvm/CodeGen/RegAllocCommon.h"
#include "llvm/Target/Sparc.h"
#include "llvm/Type.h"
using std::cerr;
using std::vector;

View File

@ -7,7 +7,6 @@
#include "SparcInternals.h"
#include "SparcRegClassInfo.h"
#include "llvm/Target/Sparc.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/PhyRegAlloc.h"
#include "llvm/CodeGen/InstrSelection.h"