summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/chunk.h')
-rw-r--r--src/mongo/s/chunk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h
index 1f7a17f08d0..6e3bd2bc5b6 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -30,7 +30,6 @@
#pragma once
-#include <boost/shared_ptr.hpp>
#include "mongo/db/keypattern.h"
#include "mongo/platform/atomic_word.h"
@@ -288,6 +287,6 @@ namespace mongo {
static int mkDataWritten();
};
- typedef boost::shared_ptr<const Chunk> ChunkPtr;
+ typedef std::shared_ptr<const Chunk> ChunkPtr;
} // namespace mongo