mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
ObjectCache.h - replace unnecessary MemoryBuffer.h include with forward declarations. NFC.
This commit is contained in:
parent
714f7215de
commit
92f1bddf01
@ -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
Block a user