summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-04-30 15:42:29 -0400
committerMathias Stearn <mathias@10gen.com>2015-05-04 19:30:07 -0400
commit25134746b360655233c7e0c4f55d172e96a04640 (patch)
treefcd3e3daa8e00d2d94622ec7583e87fcd5e549c1 /src/mongo/s/chunk.h
parenta7cc663e53d907f3c5998748770793ade95bdaa1 (diff)
downloadmongo-25134746b360655233c7e0c4f55d172e96a04640.tar.gz
SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)
Diffstat (limited to 'src/mongo/s/chunk.h')
-rw-r--r--src/mongo/s/chunk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h
index 80c3d95423d..55be13a73e0 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -39,7 +39,6 @@
#include "mongo/s/shard_key_pattern.h"
#include "mongo/util/concurrency/ticketholder.h"
#include "mongo/util/debug_util.h"
-#include "mongo/util/ptr.h"
namespace mongo {