summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2022-05-10 17:33:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-10 20:50:30 +0000
commit8113aef47fab9d0d14c953b78032ab1661360438 (patch)
tree361fb0dcddab375966cce82d5accd751bd878c65 /src/mongo/db/ttl.cpp
parent589aa86a047d5f3d34294e054cd7b41cd74d9590 (diff)
downloadmongo-8113aef47fab9d0d14c953b78032ab1661360438.tar.gz
SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableException` into `assert_util.h`
Diffstat (limited to 'src/mongo/db/ttl.cpp')
-rw-r--r--src/mongo/db/ttl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ttl.cpp b/src/mongo/db/ttl.cpp
index b879181d885..2ed821e10e9 100644
--- a/src/mongo/db/ttl.cpp
+++ b/src/mongo/db/ttl.cpp
@@ -42,7 +42,6 @@
#include "mongo/db/client.h"
#include "mongo/db/commands/fsync_locked.h"
#include "mongo/db/commands/server_status_metric.h"
-#include "mongo/db/concurrency/write_conflict_exception.h"
#include "mongo/db/db_raii.h"
#include "mongo/db/exec/delete_stage.h"
#include "mongo/db/index/index_descriptor.h"
@@ -62,6 +61,7 @@
#include "mongo/db/ttl_gen.h"
#include "mongo/logv2/log.h"
#include "mongo/s/grid.h"
+#include "mongo/util/assert_util.h"
#include "mongo/util/background.h"
#include "mongo/util/concurrency/idle_thread_block.h"
#include "mongo/util/log_with_sampling.h"