summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2022-07-29 02:22:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-29 03:02:32 +0000
commit35978285c4be21c80e4781a827fda307e4b040a0 (patch)
tree2599632320ab8996d0e4aae0fa19ac5d7831a689 /src/mongo/bson/util
parent241430c057ef1481e127b1121dda39b571587c54 (diff)
downloadmongo-35978285c4be21c80e4781a827fda307e4b040a0.tar.gz
SERVER-68378 remove all uses of optional_io.hpp
Diffstat (limited to 'src/mongo/bson/util')
-rw-r--r--src/mongo/bson/util/bsoncolumn_test.cpp1
-rw-r--r--src/mongo/bson/util/simple8b_test.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/bson/util/bsoncolumn_test.cpp b/src/mongo/bson/util/bsoncolumn_test.cpp
index f1c001877e0..0ab624d1f85 100644
--- a/src/mongo/bson/util/bsoncolumn_test.cpp
+++ b/src/mongo/bson/util/bsoncolumn_test.cpp
@@ -33,7 +33,6 @@
#include "mongo/unittest/unittest.h"
#include "mongo/util/base64.h"
-#include <boost/optional/optional_io.hpp>
namespace mongo {
namespace {
diff --git a/src/mongo/bson/util/simple8b_test.cpp b/src/mongo/bson/util/simple8b_test.cpp
index 6ef1866f855..a1c5f9d1ee5 100644
--- a/src/mongo/bson/util/simple8b_test.cpp
+++ b/src/mongo/bson/util/simple8b_test.cpp
@@ -31,7 +31,6 @@
#include "mongo/unittest/unittest.h"
#include <boost/optional.hpp>
-#include <boost/optional/optional_io.hpp>
#include <vector>
using namespace mongo;