diff options
author | Spencer T Brody <spencer@mongodb.com> | 2016-09-20 17:21:00 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2016-09-21 11:10:59 -0400 |
commit | 350f32dbb72909678e9ec4836edb662e1e357f42 (patch) | |
tree | 62a51c01419227928ba8c1d4f6f7e304c0898b5c /src/mongo/s/sharding_test_fixture.cpp | |
parent | 9d9ef05168fa45cc16f176f1b6387073f7b32689 (diff) | |
download | mongo-350f32dbb72909678e9ec4836edb662e1e357f42.tar.gz |
SERVER-24325 Remove the s/catalog/replset/ directory and move all its files to s/catalog
Diffstat (limited to 'src/mongo/s/sharding_test_fixture.cpp')
-rw-r--r-- | src/mongo/s/sharding_test_fixture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/sharding_test_fixture.cpp b/src/mongo/s/sharding_test_fixture.cpp index 1b8d8bad983..c7ab3484da3 100644 --- a/src/mongo/s/sharding_test_fixture.cpp +++ b/src/mongo/s/sharding_test_fixture.cpp @@ -52,7 +52,7 @@ #include "mongo/s/balancer/balancer_configuration.h" #include "mongo/s/catalog/catalog_cache.h" #include "mongo/s/catalog/dist_lock_manager_mock.h" -#include "mongo/s/catalog/replset/sharding_catalog_client_impl.h" +#include "mongo/s/catalog/sharding_catalog_client_impl.h" #include "mongo/s/catalog/sharding_catalog_manager.h" #include "mongo/s/catalog/type_changelog.h" #include "mongo/s/catalog/type_collection.h" |