summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_commit_transaction_cmd.cpp
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2018-09-18 15:07:25 -0400
committerRandolph Tan <randolph@10gen.com>2018-09-26 10:23:07 -0400
commit625fa16dff719dbf6688af209c5f31913d1e794f (patch)
tree132d9c464fd7ecd22dfc9f591df961757042dcbb /src/mongo/s/commands/cluster_commit_transaction_cmd.cpp
parent29ed53c6e1880b89adacdb292227dec57fb78fdc (diff)
downloadmongo-625fa16dff719dbf6688af209c5f31913d1e794f.tar.gz
SERVER-36589 Reorganize libraries and fold s/transaction to s/
Diffstat (limited to 'src/mongo/s/commands/cluster_commit_transaction_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_commit_transaction_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/commands/cluster_commit_transaction_cmd.cpp b/src/mongo/s/commands/cluster_commit_transaction_cmd.cpp
index 784004e5633..eb4844754b8 100644
--- a/src/mongo/s/commands/cluster_commit_transaction_cmd.cpp
+++ b/src/mongo/s/commands/cluster_commit_transaction_cmd.cpp
@@ -31,8 +31,8 @@
#include "mongo/platform/basic.h"
#include "mongo/db/commands.h"
-#include "mongo/s/commands/cluster_commands_helpers.h"
-#include "mongo/s/transaction/transaction_router.h"
+#include "mongo/s/cluster_commands_helpers.h"
+#include "mongo/s/transaction_router.h"
namespace mongo {
namespace {