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

TextAPIContext.h - remove unused MemoryBuffer.h include. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-29 13:44:06 +01:00
parent c21b619547
commit ed94dab7d0

View File

@ -13,7 +13,6 @@
#ifndef LLVM_TEXTAPI_MACHO_CONTEXT_H
#define LLVM_TEXTAPI_MACHO_CONTEXT_H
#include "llvm/Support/MemoryBuffer.h"
#include <string>
namespace llvm {