forked from OSchip/llvm-project
SectionMemoryManager.h - remove unnecessary StringRef.h include. NFC.
This commit is contained in:
parent
f52e050757
commit
69062a1cf6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue