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:
parent
ec56a4b22c
commit
683a1b62de
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user