forked from OSchip/llvm-project
ObjectCache.h - replace unnecessary MemoryBuffer.h include with forward declarations. NFC.
This commit is contained in:
parent
8e64c09694
commit
0fc1f2b7cd
|
@ -9,11 +9,12 @@
|
|||
#ifndef LLVM_EXECUTIONENGINE_OBJECTCACHE_H
|
||||
#define LLVM_EXECUTIONENGINE_OBJECTCACHE_H
|
||||
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include <memory>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class MemoryBuffer;
|
||||
class MemoryBufferRef;
|
||||
class Module;
|
||||
|
||||
/// This is the base ObjectCache type which can be provided to an
|
||||
|
|
Loading…
Reference in New Issue