summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
diff options
context:
space:
mode:
authorJuan Gu <juan.gu@mongodb.com>2022-08-19 20:30:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-19 21:28:53 +0000
commit50ce932ad0e2542e9238d968d3f7ce1a163f5b42 (patch)
tree934a1db2a509590ec05d1887d5d16841160ca96e /src/mongo/unittest
parentbd3a4efde0c07c5760111607d268383a83a6bce4 (diff)
downloadmongo-50ce932ad0e2542e9238d968d3f7ce1a163f5b42.tar.gz
SERVER-68830 did some tidy clang fixes
Diffstat (limited to 'src/mongo/unittest')
-rw-r--r--src/mongo/unittest/golden_test.cpp1
-rw-r--r--src/mongo/unittest/golden_test_base.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/unittest/golden_test.cpp b/src/mongo/unittest/golden_test.cpp
index d6c5692d72f..aedffcf279e 100644
--- a/src/mongo/unittest/golden_test.cpp
+++ b/src/mongo/unittest/golden_test.cpp
@@ -33,7 +33,6 @@
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/stream_buffer.hpp>
-#include <boost/lexical_cast.hpp>
#include <boost/program_options.hpp>
#include <fmt/format.h>
#include <fmt/ostream.h>
diff --git a/src/mongo/unittest/golden_test_base.cpp b/src/mongo/unittest/golden_test_base.cpp
index 0a2ae8eee9b..67b1ee62077 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/lexical_cast.hpp>
#include <boost/optional/optional_io.hpp>
#include <boost/program_options.hpp>
#include <fmt/format.h>