summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-12-24 18:44:18 -0500
committerEliot Horowitz <eliot@10gen.com>2013-12-30 00:41:27 -0500
commit7de1f17148231074cdf74177dcbf8e8fc534949b (patch)
tree886e7008704a2152fa47354e513ba9cb4cf0969a /src/mongo/db/clientcursor.h
parent29e691a91c72b28ef50faddc7ef6f24523788aee (diff)
downloadmongo-7de1f17148231074cdf74177dcbf8e8fc534949b.tar.gz
SERVER-12213: bulk of index refactor, making catalog/record store come via catalog - js tests work
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r--src/mongo/db/clientcursor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h
index 6d106bd6c85..9eb6d07e86c 100644
--- a/src/mongo/db/clientcursor.h
+++ b/src/mongo/db/clientcursor.h
@@ -33,7 +33,6 @@
#include <boost/thread/recursive_mutex.hpp>
#include "mongo/db/diskloc.h"
-#include "mongo/db/dbhelpers.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/keypattern.h"
#include "mongo/db/matcher.h"
@@ -48,6 +47,9 @@ namespace mongo {
typedef boost::recursive_mutex::scoped_lock recursive_scoped_lock;
class ClientCursor;
+ class CurOp;
+ class Database;
+ class NamespaceDetails;
class ParsedQuery;
typedef long long CursorId; /* passed to the client so it can send back on getMore */