summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/index_scan.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-03-17 12:59:05 -0400
committerMathias Stearn <mathias@10gen.com>2015-03-19 17:39:33 -0400
commitaf9ecc763ee0965a82cf481fb3be81c8a8aed704 (patch)
tree29330f9bc5a63d8ca69afd8f3163e3c7ab5591d5 /src/mongo/db/exec/index_scan.h
parent061dab886c16159be3235bc223f4537e040679dc (diff)
downloadmongo-af9ecc763ee0965a82cf481fb3be81c8a8aed704.tar.gz
SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethod
This leaves typedefs for the old names of BtreeBasedAccessMethod and BtreeIndexCursro. A follow up commit will fix all direct users of these classes.
Diffstat (limited to 'src/mongo/db/exec/index_scan.h')
-rw-r--r--src/mongo/db/exec/index_scan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/exec/index_scan.h b/src/mongo/db/exec/index_scan.h
index 1712ca33fa1..0e65aae78ad 100644
--- a/src/mongo/db/exec/index_scan.h
+++ b/src/mongo/db/exec/index_scan.h
@@ -31,7 +31,6 @@
#include <boost/scoped_ptr.hpp>
#include "mongo/db/exec/plan_stage.h"
-#include "mongo/db/index/btree_index_cursor.h"
#include "mongo/db/index/index_access_method.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/matcher/expression.h"