summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-03-09 18:30:53 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-03-10 16:08:57 -0400
commit03bcff8aea2824fa51a4cfc438d37a412fe902a6 (patch)
tree283f449258fca9a5818b1b8bd0401509987f0c9a /src/mongo/db/dbhelpers.h
parentddfef79e81a33de88ace541bdc705d1712fedbc2 (diff)
downloadmongo-03bcff8aea2824fa51a4cfc438d37a412fe902a6.tar.gz
SERVER-17496 Move range_arithmetic out of mongos
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r--src/mongo/db/dbhelpers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h
index 9901ea470f4..a40114ef8ab 100644
--- a/src/mongo/db/dbhelpers.h
+++ b/src/mongo/db/dbhelpers.h
@@ -29,13 +29,11 @@
#pragma once
#include <boost/filesystem/path.hpp>
-#include <boost/noncopyable.hpp>
#include "mongo/db/client.h"
#include "mongo/db/db.h"
#include "mongo/db/record_id.h"
#include "mongo/db/keypattern.h"
-#include "mongo/s/range_arithmetic.h"
namespace mongo {
@@ -44,6 +42,7 @@ namespace mongo {
class Collection;
class Cursor;
class OperationContext;
+ struct KeyRange;
struct WriteConcernOptions;
/**