1
0
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:
Craig Topper 2015-05-26 06:48:43 +00:00
parent 05dc62a73c
commit 79a628ff02

View File

@ -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