[llvm] b12fa14 - TextAPIContext.h - remove unused MemoryBuffer.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 06:05:11 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-29T14:03:15+01:00
New Revision: b12fa146b55206b003b25cc5e550874ab0cc0d89

URL: https://github.com/llvm/llvm-project/commit/b12fa146b55206b003b25cc5e550874ab0cc0d89
DIFF: https://github.com/llvm/llvm-project/commit/b12fa146b55206b003b25cc5e550874ab0cc0d89.diff

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

Added: 
    

Modified: 
    llvm/lib/TextAPI/MachO/TextAPIContext.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/TextAPI/MachO/TextAPIContext.h b/llvm/lib/TextAPI/MachO/TextAPIContext.h
index 3df40f09f7f7..217d1f5400ee 100644
--- a/llvm/lib/TextAPI/MachO/TextAPIContext.h
+++ b/llvm/lib/TextAPI/MachO/TextAPIContext.h
@@ -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 {


        


More information about the llvm-commits mailing list