summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2014-04-25 16:09:51 -0400
committerMathias Stearn <mathias@10gen.com>2014-04-25 16:23:19 -0400
commite05aaf726c17e9deef9f025f0ffda3cee119bca1 (patch)
tree4697cd551c6e981cb4e3e28a978bfc5c1e019d83 /src/mongo/dbtests/indexupdatetests.cpp
parent5fba87f7968359e9da16137a97439d9f458ba62a (diff)
downloadmongo-e05aaf726c17e9deef9f025f0ffda3cee119bca1.tar.gz
SERVER-13629 Remove old btree code and DiskLoc::btree/btreemod
Diffstat (limited to 'src/mongo/dbtests/indexupdatetests.cpp')
-rw-r--r--src/mongo/dbtests/indexupdatetests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/dbtests/indexupdatetests.cpp b/src/mongo/dbtests/indexupdatetests.cpp
index d28edbf2ab4..fa5b119922c 100644
--- a/src/mongo/dbtests/indexupdatetests.cpp
+++ b/src/mongo/dbtests/indexupdatetests.cpp
@@ -28,7 +28,6 @@
* then also delete it in the license file.
*/
-#include "mongo/db/structure/btree/btree.h"
#include "mongo/db/catalog/index_catalog.h"
#include "mongo/db/dbhelpers.h"
#include "mongo/db/index/btree_based_bulk_access_method.h"