summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/reshard_collection_coordinator.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/s/reshard_collection_coordinator.cpp
parent875f2fa02fe59ec0c97224063dbe545db7666ef3 (diff)
downloadmongo-8d1d449eda96aa774572672c6ceb46da139b31e0.tar.gz
SERVER-67507 Move op_observer files to op_observer directory
Diffstat (limited to 'src/mongo/db/s/reshard_collection_coordinator.cpp')
-rw-r--r--src/mongo/db/s/reshard_collection_coordinator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/reshard_collection_coordinator.cpp b/src/mongo/db/s/reshard_collection_coordinator.cpp
index e0dec68a1a6..da1c65e01d3 100644
--- a/src/mongo/db/s/reshard_collection_coordinator.cpp
+++ b/src/mongo/db/s/reshard_collection_coordinator.cpp
@@ -33,7 +33,7 @@
#include "mongo/db/catalog/collection_uuid_mismatch.h"
#include "mongo/db/concurrency/exception_util.h"
#include "mongo/db/db_raii.h"
-#include "mongo/db/op_observer.h"
+#include "mongo/db/op_observer/op_observer.h"
#include "mongo/db/s/reshard_collection_coordinator.h"
#include "mongo/logv2/log.h"
#include "mongo/s/grid.h"