From c145be9589b0b25084cd674450a32289d511a166 Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Thu, 31 May 2018 10:57:22 -0400 Subject: SERVER-35297 Split server_options and server_status into two pieces. Similarly to how commands are setup, so embedded can depend on a smaller library with fewer dependencies. --- src/mongo/db/mongod_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/mongod_options.cpp') diff --git a/src/mongo/db/mongod_options.cpp b/src/mongo/db/mongod_options.cpp index 137a5cb5771..b497c71ed7c 100644 --- a/src/mongo/db/mongod_options.cpp +++ b/src/mongo/db/mongod_options.cpp @@ -43,7 +43,7 @@ #include "mongo/db/global_settings.h" #include "mongo/db/repl/repl_settings.h" #include "mongo/db/server_options.h" -#include "mongo/db/server_options_helpers.h" +#include "mongo/db/server_options_server_helpers.h" #include "mongo/db/storage/mmap_v1/mmap_v1_options.h" #include "mongo/util/log.h" #include "mongo/util/mongoutils/str.h" -- cgit v1.2.1