summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_mongod_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/sharding_mongod_test_fixture.h')
-rw-r--r--src/mongo/s/sharding_mongod_test_fixture.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/mongo/s/sharding_mongod_test_fixture.h b/src/mongo/s/sharding_mongod_test_fixture.h
index 6ac9a636326..aca1a3f22c0 100644
--- a/src/mongo/s/sharding_mongod_test_fixture.h
+++ b/src/mongo/s/sharding_mongod_test_fixture.h
@@ -33,29 +33,19 @@
#include "mongo/db/service_context.h"
#include "mongo/db/service_context_d_test_fixture.h"
#include "mongo/executor/network_test_env.h"
+#include "mongo/s/grid.h"
#include "mongo/unittest/unittest.h"
namespace mongo {
-class BalancerConfiguration;
-class CatalogCache;
class CatalogCacheLoader;
class ConnectionString;
-class ClusterCursorManager;
class DistLockCatalog;
class DistLockManager;
class NamespaceString;
class RemoteCommandTargeterFactoryMock;
-class ShardingCatalogClient;
class ShardRegistry;
-namespace executor {
-class NetworkInterfaceMock;
-class NetworkTestEnv;
-class TaskExecutor;
-class TaskExecutorPool;
-} // namespace executor
-
namespace repl {
class ReplicationCoordinatorMock;
class ReplSettings;