summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2020-08-07 06:16:48 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-07 19:48:44 +0000
commit2931f3c764f8e093ae31adb4b2b62c1ce01d7421 (patch)
tree77c8f40a0db32708f106b6498e9479dc650037af /src/mongo/s/grid.h
parentf72268197eb8845b11ea24dcf458db4a0c463034 (diff)
downloadmongo-2931f3c764f8e093ae31adb4b2b62c1ce01d7421.tar.gz
SERVER-50174 Make MigrationCoordinator recovery acquire the MigrationBlockingGuard
Diffstat (limited to 'src/mongo/s/grid.h')
-rw-r--r--src/mongo/s/grid.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/s/grid.h b/src/mongo/s/grid.h
index 0bd14b9c5cf..077ef46553b 100644
--- a/src/mongo/s/grid.h
+++ b/src/mongo/s/grid.h
@@ -30,9 +30,9 @@
#pragma once
#include <functional>
-#include <memory>
#include "mongo/db/repl/optime.h"
+#include "mongo/executor/task_executor_pool.h"
#include "mongo/platform/mutex.h"
#include "mongo/s/catalog/sharding_catalog_client.h"
#include "mongo/s/catalog_cache.h"
@@ -47,9 +47,7 @@ class OperationContext;
class ServiceContext;
namespace executor {
-struct ConnectionPoolStats;
class NetworkInterface;
-class TaskExecutorPool;
} // namespace executor
/**