summaryrefslogtreecommitdiff
path: root/src/mongo/db/cluster_transaction_api.h
diff options
context:
space:
mode:
authorShin Yee Tan <shinyee.tan@mongodb.com>2022-08-01 16:05:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-01 16:59:38 +0000
commite4dccd260605ca3dedbfd6269d4421940837847e (patch)
tree27ca603c7477fb74b39b2382e55851fe132c6a22 /src/mongo/db/cluster_transaction_api.h
parent13eeb512c993348efa814c2c2eead9fe725aa843 (diff)
downloadmongo-e4dccd260605ca3dedbfd6269d4421940837847e.tar.gz
SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/transaction sub directory
Diffstat (limited to 'src/mongo/db/cluster_transaction_api.h')
-rw-r--r--src/mongo/db/cluster_transaction_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cluster_transaction_api.h b/src/mongo/db/cluster_transaction_api.h
index e59a9ffa1f7..6a15cc706ac 100644
--- a/src/mongo/db/cluster_transaction_api.h
+++ b/src/mongo/db/cluster_transaction_api.h
@@ -30,7 +30,7 @@
#pragma once
#include "mongo/db/operation_context.h"
-#include "mongo/db/transaction_api.h"
+#include "mongo/db/transaction/transaction_api.h"
#include "mongo/s/service_entry_point_mongos.h"
namespace mongo::txn_api::details {