* Removed extraneous #includes
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9PrologEpilogInserter.cpp
index 1ee41e6a1bbf29b3bf2462be3a57564c4f1109a4..179039ce8b86e37a34b68d826bb0ec28b1d3d3f6 100644 (file)
@@ -18,8 +18,6 @@
 #include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/Pass.h"
 #include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
-#include "llvm/Instruction.h"
 
 namespace {
   class InsertPrologEpilogCode : public FunctionPass {