diff options
author | Andrew Morrow <acm@mongodb.com> | 2020-07-20 14:17:39 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-21 16:29:11 +0000 |
commit | cb99a85f986b7cdba9c31dca903ac2f57620af47 (patch) | |
tree | 01285095c3ffc730e8bf1619cc6ff86192afe822 /src/mongo/s/mongos_main.cpp | |
parent | 005fc5c3f5f46743d5c03c49f41418351878ece1 (diff) | |
download | mongo-cb99a85f986b7cdba9c31dca903ac2f57620af47.tar.gz |
SERVER-49356 Rehome target declarations out of src/mongo/SConscript
Diffstat (limited to 'src/mongo/s/mongos_main.cpp')
-rw-r--r-- | src/mongo/s/mongos_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/mongos_main.cpp b/src/mongo/s/mongos_main.cpp index 06c6e3e4dd1..234a1a84c53 100644 --- a/src/mongo/s/mongos_main.cpp +++ b/src/mongo/s/mongos_main.cpp @@ -64,7 +64,6 @@ #include "mongo/db/logical_time_metadata_hook.h" #include "mongo/db/logical_time_validator.h" #include "mongo/db/operation_context.h" -#include "mongo/db/read_write_concern_defaults_cache_lookup_mongos.h" #include "mongo/db/server_options.h" #include "mongo/db/service_context.h" #include "mongo/db/service_liaison_mongos.h" @@ -91,6 +90,7 @@ #include "mongo/s/mongos_topology_coordinator.h" #include "mongo/s/query/cluster_cursor_cleanup_job.h" #include "mongo/s/query/cluster_cursor_manager.h" +#include "mongo/s/read_write_concern_defaults_cache_lookup_mongos.h" #include "mongo/s/service_entry_point_mongos.h" #include "mongo/s/session_catalog_router.h" #include "mongo/s/sessions_collection_sharded.h" |