LanaiInstPrinter.h - replace unnecessary StringRef include with forward declaration

This commit is contained in:
Simon Pilgrim 2022-02-03 14:33:30 +00:00
parent 802ceb8343
commit c4246e6a4d
1 changed files with 1 additions and 1 deletions

View File

@ -13,10 +13,10 @@
#ifndef LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIINSTPRINTER_H
#define LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIINSTPRINTER_H
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCInstPrinter.h"
namespace llvm {
class StringRef;
class LanaiInstPrinter : public MCInstPrinter {
public: