summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterPlugin.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-05-06 14:59:23 +0000
committerAlan Conway <aconway@apache.org>2009-05-06 14:59:23 +0000
commit51aa1c108e8b9c3b72aa1e81bcd9b41b3910c4b4 (patch)
tree1180206db9b9e65f98ed470a8f45d94c403f2f12 /cpp/src/qpid/cluster/ClusterPlugin.cpp
parent5d89f0791bec9417c3dc59a1903a17a1f7e78e52 (diff)
downloadqpid-python-51aa1c108e8b9c3b72aa1e81bcd9b41b3910c4b4.tar.gz
Remove useless qpid/shared_ptr.h wrapper.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@772294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r--cpp/src/qpid/cluster/ClusterPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp
index 0067de8ec1..66d15fa56b 100644
--- a/cpp/src/qpid/cluster/ClusterPlugin.cpp
+++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp
@@ -28,7 +28,6 @@
#include "qpid/broker/Broker.h"
#include "qpid/Plugin.h"
#include "qpid/Options.h"
-#include "qpid/shared_ptr.h"
#include "qpid/sys/AtomicValue.h"
#include "qpid/log/Statement.h"
@@ -39,6 +38,7 @@
#include "qpid/broker/SessionState.h"
#include "qpid/client/ConnectionSettings.h"
+#include <boost/shared_ptr.hpp>
#include <boost/utility/in_place_factory.hpp>
#include <boost/scoped_ptr.hpp>