From c36f9ecb91e49da7e637863889804fc4e6c6c05e Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 10 Jun 2019 01:21:01 -0400 Subject: SERVER-39339 Remove `stdx/memory.h` --- src/mongo/db/transaction_history_iterator_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/transaction_history_iterator_test.cpp') diff --git a/src/mongo/db/transaction_history_iterator_test.cpp b/src/mongo/db/transaction_history_iterator_test.cpp index b64f5338ba3..50f8a51192d 100644 --- a/src/mongo/db/transaction_history_iterator_test.cpp +++ b/src/mongo/db/transaction_history_iterator_test.cpp @@ -46,7 +46,6 @@ #include "mongo/db/service_context.h" #include "mongo/db/service_context_d_test_fixture.h" #include "mongo/db/transaction_history_iterator.h" -#include "mongo/stdx/memory.h" #include "mongo/unittest/unittest.h" namespace mongo { -- cgit v1.2.1