diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2014-09-11 15:31:21 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2014-09-11 16:21:29 -0400 |
commit | 1a90996313ec83f0913bf2aef322193b0884f499 (patch) | |
tree | 8c93a84b2a7c3fbbedadd7e34c8c9ffd07b9eea7 /src/mongo/dbtests/indexupdatetests.cpp | |
parent | b6e5d1e2af49ebb2edfb6522ba744d344b73c4f6 (diff) | |
download | mongo-1a90996313ec83f0913bf2aef322193b0884f499.tar.gz |
SERVER-14668 split dbdirectclient out of instance.cpp
Diffstat (limited to 'src/mongo/dbtests/indexupdatetests.cpp')
-rw-r--r-- | src/mongo/dbtests/indexupdatetests.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/dbtests/indexupdatetests.cpp b/src/mongo/dbtests/indexupdatetests.cpp index 5e3b2ddfb25..3640d52ddb2 100644 --- a/src/mongo/dbtests/indexupdatetests.cpp +++ b/src/mongo/dbtests/indexupdatetests.cpp @@ -28,14 +28,15 @@ * then also delete it in the license file. */ +#include "mongo/db/catalog/collection.h" #include "mongo/db/catalog/index_catalog.h" +#include "mongo/db/catalog/index_create.h" +#include "mongo/db/dbdirectclient.h" #include "mongo/db/dbhelpers.h" #include "mongo/db/global_environment_d.h" #include "mongo/db/global_environment_experiment.h" #include "mongo/db/index/btree_based_bulk_access_method.h" #include "mongo/db/index/index_descriptor.h" -#include "mongo/db/catalog/collection.h" -#include "mongo/db/catalog/index_create.h" #include "mongo/db/operation_context_impl.h" #include "mongo/platform/cstdint.h" |