summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_access_method.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-04-17 15:20:54 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-04-18 15:52:32 -0400
commit82e2c23c71e34833f012435c6a77393ab077e922 (patch)
tree08238f004da7bcbc51f04eb272bc1f02dbd553dc /src/mongo/db/index/btree_access_method.cpp
parentba631b9b40374bf50d14f8f219e1de5d7018623c (diff)
downloadmongo-82e2c23c71e34833f012435c6a77393ab077e922.tar.gz
SERVER-13084 btree navigation should use new impl
Diffstat (limited to 'src/mongo/db/index/btree_access_method.cpp')
-rw-r--r--src/mongo/db/index/btree_access_method.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/index/btree_access_method.cpp b/src/mongo/db/index/btree_access_method.cpp
index 37558a40bdf..de518142267 100644
--- a/src/mongo/db/index/btree_access_method.cpp
+++ b/src/mongo/db/index/btree_access_method.cpp
@@ -32,7 +32,6 @@
#include "mongo/base/status.h"
#include "mongo/db/index/btree_index_cursor.h"
-#include "mongo/db/index/btree_interface.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/keypattern.h"
#include "mongo/db/pdfile.h"