summaryrefslogtreecommitdiff
path: root/indra/llcommon/llsingleton.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-01 08:51:32 -0800
committerJames Cook <james@lindenlab.com>2009-12-01 08:51:32 -0800
commit5e11affddb1b8816f57f9314381486c00033e080 (patch)
treeb21e2486be2daaa9b249588ce7d88f0f9f472814 /indra/llcommon/llsingleton.h
parent677938e6531209ca9ccd29146454af67f1c743c7 (diff)
parentbf34e572e7acd0f80d103318b76b4abe32c802d3 (diff)
merge
Diffstat (limited to 'indra/llcommon/llsingleton.h')
-rw-r--r--indra/llcommon/llsingleton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llsingleton.h b/indra/llcommon/llsingleton.h
index f55fafadd8..ddeb4d1489 100644
--- a/indra/llcommon/llsingleton.h
+++ b/indra/llcommon/llsingleton.h
@@ -35,7 +35,6 @@
#include <typeinfo>
#include <boost/noncopyable.hpp>
-#include <boost/any.hpp>
/// @brief A global registry of all singletons to prevent duplicate allocations
/// across shared library boundaries