Remove extra forward declarations and scrub includes for all in tree InstPrinters...
[oota-llvm.git] / lib / Target / Mips / InstPrinter / MipsInstPrinter.h
index 713f35c70830aaad2b402a1e75785bf084040259..0e61ea61899a3b1b2d7b52e603af29c0f99a2a28 100644 (file)
@@ -73,8 +73,6 @@ enum CondCode {
 const char *MipsFCCToString(Mips::CondCode CC);
 } // end namespace Mips
 
-class TargetMachine;
-
 class MipsInstPrinter : public MCInstPrinter {
 public:
   MipsInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,