summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginsharedmemory.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-10-27 16:16:57 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-10-27 16:16:57 -0700
commita09df4f840fc841870da76e904efec51d3e304b4 (patch)
tree12b434f44c4088865d9449a52c1c7648d5adacd4 /indra/llplugin/llpluginsharedmemory.h
parent988278d236d789f490eed24a662a6ffe2be6455a (diff)
parentad4ae99c30f1293bf8266c1f53ae62161bcb68bb (diff)
merge
Diffstat (limited to 'indra/llplugin/llpluginsharedmemory.h')
-rw-r--r--indra/llplugin/llpluginsharedmemory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llplugin/llpluginsharedmemory.h b/indra/llplugin/llpluginsharedmemory.h
index 84b7a58c32..c6cd49cabb 100644
--- a/indra/llplugin/llpluginsharedmemory.h
+++ b/indra/llplugin/llpluginsharedmemory.h
@@ -28,8 +28,6 @@
#ifndef LL_LLPLUGINSHAREDMEMORY_H
#define LL_LLPLUGINSHAREDMEMORY_H
-#include "llaprpool.h"
-
class LLPluginSharedMemoryPlatformImpl;
/**
@@ -110,7 +108,6 @@ private:
bool close(void);
bool unlink(void);
- LLAPRPool mPool;
std::string mName;
size_t mSize;
void *mMappedAddress;