summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/current_op.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2023-05-17 20:08:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-17 22:37:54 +0000
commitde55cd2ac227dcc8cae2fd021abc291e86b2abb2 (patch)
treedadd422bba22ca11a54256e651024d3c9512f61f /src/mongo/db/commands/current_op.cpp
parent02bf3f55f88874bf397b42758c9cd36093633f9e (diff)
downloadmongo-de55cd2ac227dcc8cae2fd021abc291e86b2abb2.tar.gz
SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the class name
Diffstat (limited to 'src/mongo/db/commands/current_op.cpp')
-rw-r--r--src/mongo/db/commands/current_op.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/commands/current_op.cpp b/src/mongo/db/commands/current_op.cpp
index dd888b36db8..913265cba27 100644
--- a/src/mongo/db/commands/current_op.cpp
+++ b/src/mongo/db/commands/current_op.cpp
@@ -27,8 +27,6 @@
* it in the license file.
*/
-#include "mongo/platform/basic.h"
-
#include "mongo/db/commands/current_op_common.h"
#include "mongo/db/auth/action_type.h"
@@ -39,7 +37,6 @@
#include "mongo/db/exec/document_value/document.h"
#include "mongo/db/pipeline/aggregate_command_gen.h"
#include "mongo/db/pipeline/aggregation_request_helper.h"
-#include "mongo/db/stats/fill_locker_info.h"
namespace mongo {