summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/test_commands.cpp
diff options
context:
space:
mode:
authorShin Yee Tan <shinyee.tan@mongodb.com>2022-07-07 20:24:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-08 17:16:06 +0000
commit8d1d449eda96aa774572672c6ceb46da139b31e0 (patch)
treee6bfca7b9d03d600fcd5d5115fe5490020ffac5d /src/mongo/db/commands/test_commands.cpp
parent875f2fa02fe59ec0c97224063dbe545db7666ef3 (diff)
downloadmongo-8d1d449eda96aa774572672c6ceb46da139b31e0.tar.gz
SERVER-67507 Move op_observer files to op_observer directory
Diffstat (limited to 'src/mongo/db/commands/test_commands.cpp')
-rw-r--r--src/mongo/db/commands/test_commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/test_commands.cpp b/src/mongo/db/commands/test_commands.cpp
index 351b7c99dc7..864c8c762b3 100644
--- a/src/mongo/db/commands/test_commands.cpp
+++ b/src/mongo/db/commands/test_commands.cpp
@@ -43,7 +43,7 @@
#include "mongo/db/db_raii.h"
#include "mongo/db/index_builds_coordinator.h"
#include "mongo/db/namespace_string.h"
-#include "mongo/db/op_observer.h"
+#include "mongo/db/op_observer/op_observer.h"
#include "mongo/db/ops/insert.h"
#include "mongo/db/query/internal_plans.h"
#include "mongo/db/service_context.h"