[llvm] 69062a1 - SectionMemoryManager.h - remove unnecessary StringRef.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 19 13:25:24 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-19T21:25:10+01:00
New Revision: 69062a1cf64948eb957153bccd66a2e477ea84ff

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

LOG: SectionMemoryManager.h - remove unnecessary StringRef.h include. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h b/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h
index d7316425da2f..49956fab17ce 100644
--- a/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h
+++ b/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h
@@ -15,7 +15,6 @@
 #define LLVM_EXECUTIONENGINE_SECTIONMEMORYMANAGER_H
 
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/StringRef.h"
 #include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
 #include "llvm/Support/Memory.h"
 #include <cstdint>


        


More information about the llvm-commits mailing list