mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[TableGen] Remove unnecessary include and just forward declare. NFC
llvm-svn: 238179
This commit is contained in:
parent
05dc62a73c
commit
79a628ff02
@ -14,10 +14,9 @@
|
||||
#ifndef LLVM_TABLEGEN_TABLEGENBACKEND_H
|
||||
#define LLVM_TABLEGEN_TABLEGENBACKEND_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class StringRef;
|
||||
class raw_ostream;
|
||||
|
||||
/// emitSourceFileHeader - Output an LLVM style file header to the specified
|
||||
|
Loading…
x
Reference in New Issue
Block a user