summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.h
diff options
context:
space:
mode:
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
/**