summaryrefslogtreecommitdiff
path: root/src/mongo/db/shard_role.h
diff options
context:
space:
mode:
authorauto-revert-processor <dev-prod-dag@mongodb.com>2023-05-18 01:59:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-18 02:54:21 +0000
commita741f91c4c09913424751730aabccd594e94ab78 (patch)
tree93a23e52e3a8d077bea2f722912a88a6e270a8dc /src/mongo/db/shard_role.h
parentd7bf13d97da047abfe9098a6b5f98678e89cd987 (diff)
downloadmongo-master.tar.gz
Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the class name"HEADmaster
This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
Diffstat (limited to 'src/mongo/db/shard_role.h')
-rw-r--r--src/mongo/db/shard_role.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/shard_role.h b/src/mongo/db/shard_role.h
index e8a8b298e84..2d778d3049c 100644
--- a/src/mongo/db/shard_role.h
+++ b/src/mongo/db/shard_role.h
@@ -30,10 +30,10 @@
#pragma once
#include "mongo/db/catalog/collection_catalog.h"
-#include "mongo/db/s/collection_sharding_state.h"
-#include "mongo/db/s/database_sharding_state.h"
-#include "mongo/db/s/operation_sharding_state.h"
+#include "mongo/db/repl/read_concern_args.h"
+#include "mongo/db/s/scoped_collection_metadata.h"
#include "mongo/db/transaction_resources.h"
+#include "mongo/s/database_version.h"
namespace mongo {