From daf2e3ff7a1308753aed42975f914804c22d04d8 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 25 Dec 2015 22:10:01 +0000 Subject: Remove extra forward declarations and scrub includes for all in tree InstPrinters. NFC llvm-svn: 256427 --- llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Target/Mips/InstPrinter') diff --git a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h index 713f35c7083..0e61ea61899 100644 --- a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h +++ b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h @@ -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, -- cgit v1.2.3