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/documentsourcetests.cpp | |
parent | b6e5d1e2af49ebb2edfb6522ba744d344b73c4f6 (diff) | |
download | mongo-1a90996313ec83f0913bf2aef322193b0884f499.tar.gz |
SERVER-14668 split dbdirectclient out of instance.cpp
Diffstat (limited to 'src/mongo/dbtests/documentsourcetests.cpp')
-rw-r--r-- | src/mongo/dbtests/documentsourcetests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/dbtests/documentsourcetests.cpp b/src/mongo/dbtests/documentsourcetests.cpp index 41e307d4fad..1a17bfa7c8c 100644 --- a/src/mongo/dbtests/documentsourcetests.cpp +++ b/src/mongo/dbtests/documentsourcetests.cpp @@ -34,13 +34,13 @@ #include "mongo/db/catalog/collection.h" #include "mongo/db/catalog/database.h" -#include "mongo/db/operation_context_noop.h" +#include "mongo/db/dbdirectclient.h" +#include "mongo/db/operation_context_impl.h" #include "mongo/db/pipeline/dependencies.h" #include "mongo/db/pipeline/document_source.h" #include "mongo/db/pipeline/expression_context.h" #include "mongo/db/query/get_executor.h" #include "mongo/db/storage_options.h" -#include "mongo/db/operation_context_impl.h" #include "mongo/dbtests/dbtests.h" namespace DocumentSourceTests { |