summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregate.cpp
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2023-01-20 21:10:39 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-20 22:42:30 +0000
commit4384d9dd340ae38f5ba02c75bc4da14471a89edc (patch)
treea1e81a1087487d542490871335a064310adf7ad4 /src/mongo/s/query/cluster_aggregate.cpp
parent39ff9fa6100370ca59f6ebea3342f0b1669023f0 (diff)
downloadmongo-4384d9dd340ae38f5ba02c75bc4da14471a89edc.tar.gz
SERVER-72852 Move the aggregate and write helpers for analyzeShardKey into a util file
Diffstat (limited to 'src/mongo/s/query/cluster_aggregate.cpp')
-rw-r--r--src/mongo/s/query/cluster_aggregate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_aggregate.cpp b/src/mongo/s/query/cluster_aggregate.cpp
index 767da787f0b..3bc19bdef59 100644
--- a/src/mongo/s/query/cluster_aggregate.cpp
+++ b/src/mongo/s/query/cluster_aggregate.cpp
@@ -64,7 +64,6 @@
#include "mongo/logv2/log.h"
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/rpc/op_msg_rpc_impls.h"
-#include "mongo/s/analyze_shard_key_util.h"
#include "mongo/s/catalog_cache.h"
#include "mongo/s/client/num_hosts_targeted_metrics.h"
#include "mongo/s/client/shard_registry.h"