summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_history_iterator.cpp
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@10gen.com>2021-03-11 17:18:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-11 17:40:40 +0000
commit7e696264a26fd430ac546f7793dc59f95a6fc8d3 (patch)
treedc3b0c19870fe61c1b5ba4f0297025d444152381 /src/mongo/db/transaction_history_iterator.cpp
parent9234a98e641c4fe88bd37b5e39f6523e7167b61c (diff)
downloadmongo-7e696264a26fd430ac546f7793dc59f95a6fc8d3.tar.gz
SERVER-54603 Improve AggregationRequest validation unit tests
Diffstat (limited to 'src/mongo/db/transaction_history_iterator.cpp')
-rw-r--r--src/mongo/db/transaction_history_iterator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/transaction_history_iterator.cpp b/src/mongo/db/transaction_history_iterator.cpp
index 70f38a7ed01..02ade00bf10 100644
--- a/src/mongo/db/transaction_history_iterator.cpp
+++ b/src/mongo/db/transaction_history_iterator.cpp
@@ -35,7 +35,6 @@
#include "mongo/db/namespace_string.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/query/get_executor.h"
-#include "mongo/db/query/query_request_helper.h"
#include "mongo/db/repl/local_oplog_info.h"
#include "mongo/db/repl/oplog_entry.h"
#include "mongo/db/transaction_history_iterator.h"