[AVR] Remove unused forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-22 15:53:06 +01:00
parent fa6b68a404
commit 1b154ec0d0
2 changed files with 0 additions and 6 deletions

View File

@ -22,9 +22,6 @@
namespace llvm {
class MCAssembler;
class MCObjectWriter;
class Target;
struct MCFixupKindInfo;
/// Utilities for manipulating generated AVR machine code.

View File

@ -27,10 +27,7 @@ class MCObjectTargetWriter;
class MCRegisterInfo;
class MCSubtargetInfo;
class MCTargetOptions;
class StringRef;
class Target;
class Triple;
class raw_pwrite_stream;
MCInstrInfo *createAVRMCInstrInfo();