summaryrefslogtreecommitdiff
path: root/src/mongo/s/cursors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/cursors.h')
-rw-r--r--src/mongo/s/cursors.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/s/cursors.h b/src/mongo/s/cursors.h
index 9520cfcc388..c3186156628 100644
--- a/src/mongo/s/cursors.h
+++ b/src/mongo/s/cursors.h
@@ -30,7 +30,6 @@
#pragma once
-#include <boost/shared_ptr.hpp>
#include <string>
#include "mongo/base/disallow_copying.h"
@@ -92,7 +91,7 @@ namespace mongo {
};
- typedef boost::shared_ptr<ShardedClientCursor> ShardedClientCursorPtr;
+ typedef std::shared_ptr<ShardedClientCursor> ShardedClientCursorPtr;
class CursorCache {
public: