summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2022-09-29 19:29:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-29 20:26:15 +0000
commite476ee17e9258f540d97a51baf471f5496488e33 (patch)
treec9c5167883dec3e9f47781e01209a578a93cac90
parent87b60722e3c5ddaf7bc73d1ba08b31b437ef4f48 (diff)
downloadmongo-e476ee17e9258f540d97a51baf471f5496488e33.tar.gz
SERVER-70086 remove extraneous include of boost/optional/optional_io.hpp
-rw-r--r--src/mongo/unittest/golden_test_base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/unittest/golden_test_base.cpp b/src/mongo/unittest/golden_test_base.cpp
index 67b1ee62077..e8b6a9b298c 100644
--- a/src/mongo/unittest/golden_test_base.cpp
+++ b/src/mongo/unittest/golden_test_base.cpp
@@ -32,7 +32,6 @@
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/stream_buffer.hpp>
-#include <boost/optional/optional_io.hpp>
#include <boost/program_options.hpp>
#include <fmt/format.h>
#include <fmt/ostream.h>