summaryrefslogtreecommitdiff
path: root/indra/newview/lleventpoll.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-07-12 11:07:05 -0700
committerRider Linden <rider@lindenlab.com>2016-07-12 11:07:05 -0700
commitc0407af8ab181662f6049ae2cf4ca1fd562debe4 (patch)
treed561ba929c2f586570a9a7b5598ecbcdea7e090c /indra/newview/lleventpoll.h
parentc1c9b3d74e17d8e5793c9b87e211a30d71245e93 (diff)
STORM-2132: Remove obsoleted unique_ptr.hpp, use make_shared for pointer allocation.
Diffstat (limited to 'indra/newview/lleventpoll.h')
-rw-r--r--indra/newview/lleventpoll.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/lleventpoll.h b/indra/newview/lleventpoll.h
index d305135b18..65766dbb2a 100644
--- a/indra/newview/lleventpoll.h
+++ b/indra/newview/lleventpoll.h
@@ -27,12 +27,6 @@
#ifndef LL_LLEVENTPOLL_H
#define LL_LLEVENTPOLL_H
-#include "boost/move/unique_ptr.hpp"
-
-namespace boost
-{
- using ::boost::movelib::unique_ptr; // move unique_ptr into the boost namespace.
-}
class LLHost;