From 8113aef47fab9d0d14c953b78032ab1661360438 Mon Sep 17 00:00:00 2001 From: Amirsaman Memaripour Date: Tue, 10 May 2022 17:33:32 +0000 Subject: SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableException` into `assert_util.h` --- src/mongo/db/exec/collection_scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/exec/collection_scan.cpp') diff --git a/src/mongo/db/exec/collection_scan.cpp b/src/mongo/db/exec/collection_scan.cpp index 51e06abbace..b8f0df82dcd 100644 --- a/src/mongo/db/exec/collection_scan.cpp +++ b/src/mongo/db/exec/collection_scan.cpp @@ -35,7 +35,6 @@ #include "mongo/db/catalog/collection.h" #include "mongo/db/catalog/database.h" -#include "mongo/db/concurrency/write_conflict_exception.h" #include "mongo/db/exec/collection_scan_common.h" #include "mongo/db/exec/filter.h" #include "mongo/db/exec/scoped_timer.h" @@ -44,6 +43,7 @@ #include "mongo/db/record_id_helpers.h" #include "mongo/db/repl/optime.h" #include "mongo/logv2/log.h" +#include "mongo/util/assert_util.h" #include "mongo/util/fail_point.h" #define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery -- cgit v1.2.1