summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-08-25 18:44:17 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-26 16:10:00 +0000
commit0c95addd6131bbc4604590d2d04dc079c7c87847 (patch)
treeccfda9a0b1b99e5f365852a4e8d3b927360fb8fc /src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
parent41d0a45aaf90b8e4e9a91f13a72e5623ecd963c4 (diff)
downloadmongo-0c95addd6131bbc4604590d2d04dc079c7c87847.tar.gz
SERVER-68826 Move basic_types into server_base
Diffstat (limited to 'src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp b/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
index cd042d46071..35602bae6d4 100644
--- a/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
+++ b/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
@@ -32,7 +32,6 @@
#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/client.h"
#include "mongo/db/commands.h"
-#include "mongo/db/query/collation/collation_spec.h"
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/s/cluster_commands_helpers.h"
#include "mongo/s/grid.h"
@@ -41,10 +40,6 @@
namespace mongo {
namespace {
-using std::string;
-using std::stringstream;
-using std::vector;
-
/**
* Mongos implementation of the 'planCacheClear' command. Forwards the command to one node in each
* targeted shard. For example, with the default read preference ("primary"), clears plan cache