summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_commands_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_commands_helpers.h')
-rw-r--r--src/mongo/s/commands/cluster_commands_helpers.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mongo/s/commands/cluster_commands_helpers.h b/src/mongo/s/commands/cluster_commands_helpers.h
index da6ad16c513..05019eaffa2 100644
--- a/src/mongo/s/commands/cluster_commands_helpers.h
+++ b/src/mongo/s/commands/cluster_commands_helpers.h
@@ -36,17 +36,12 @@
#include "mongo/bson/bsonobj.h"
#include "mongo/db/jsobj.h"
#include "mongo/s/async_requests_sender.h"
-#include "mongo/s/chunk_version.h"
+#include "mongo/s/catalog_cache.h"
#include "mongo/s/commands/strategy.h"
#include "mongo/stdx/memory.h"
namespace mongo {
-class CachedCollectionRoutingInfo;
-class CachedDatabaseInfo;
-class OperationContext;
-class ShardId;
-
/**
* This function appends the provided writeConcernError BSONElement to the sharded response.
*/