diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-12-24 11:35:45 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-12-30 00:41:05 -0500 |
commit | 29e691a91c72b28ef50faddc7ef6f24523788aee (patch) | |
tree | c4261249e17c2b9cde003e8a5b0cdc210fb10eb1 /src/mongo/dbtests/indexupdatetests.cpp | |
parent | 78eaaa09bd8c2cf0c818447a98a45857db3162ad (diff) | |
download | mongo-29e691a91c72b28ef50faddc7ef6f24523788aee.tar.gz |
SERVER-11611 SERVER-11543: move btree code into its own directory
Diffstat (limited to 'src/mongo/dbtests/indexupdatetests.cpp')
-rw-r--r-- | src/mongo/dbtests/indexupdatetests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/indexupdatetests.cpp b/src/mongo/dbtests/indexupdatetests.cpp index 8caf6f6c7da..ba740921032 100644 --- a/src/mongo/dbtests/indexupdatetests.cpp +++ b/src/mongo/dbtests/indexupdatetests.cpp @@ -28,7 +28,7 @@ * then also delete it in the license file. */ -#include "mongo/db/btree.h" +#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_builder.h" |