summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shuvalov <andrew.shuvalov@mongodb.com>2021-12-24 19:41:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-28 21:25:36 +0000
commit8f5e3a5d001f9cdd8220505b2a2141507bd7fe96 (patch)
tree1042915ac4c304ee80dea72315acef5ee7a98202
parentb8d5514ae6d0f48c5f0b9bb7cf151fc7ae5c5744 (diff)
downloadmongo-8f5e3a5d001f9cdd8220505b2a2141507bd7fe96.tar.gz
SERVER-59373 remove header missing in 4.4 after backport
-rw-r--r--src/mongo/db/process_health/health_monitoring_server_status_section.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/process_health/health_monitoring_server_status_section.cpp b/src/mongo/db/process_health/health_monitoring_server_status_section.cpp
index 1dae93a752c..86002a7bdf3 100644
--- a/src/mongo/db/process_health/health_monitoring_server_status_section.cpp
+++ b/src/mongo/db/process_health/health_monitoring_server_status_section.cpp
@@ -29,7 +29,6 @@
#include "mongo/bson/bsonobj.h"
#include "mongo/bson/bsonobjbuilder.h"
-#include "mongo/bson/util/builder_fwd.h"
#include "mongo/db/commands/server_status.h"
#include "mongo/db/process_health/fault_manager.h"
#include "mongo/db/service_context.h"