1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

TextAPIReader.h - reduce MemoryBuffer.h include to forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-06-02 10:52:39 +01:00
parent ec56a4b22c
commit 683a1b62de

View File

@ -10,9 +10,11 @@
#define LLVM_TEXTAPI_MACHO_READER_H
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"
namespace llvm {
class MemoryBufferRef;
namespace MachO {
class InterfaceFile;