summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_options.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-05-31 10:57:22 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2018-06-07 12:06:59 -0400
commitc145be9589b0b25084cd674450a32289d511a166 (patch)
treea15dd07b0f823094bde27edf0d57a56b70bec4c5 /src/mongo/s/mongos_options.cpp
parentda63637defad5975040f8eac0e98c86c8d8e2533 (diff)
downloadmongo-c145be9589b0b25084cd674450a32289d511a166.tar.gz
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.
Diffstat (limited to 'src/mongo/s/mongos_options.cpp')
-rw-r--r--src/mongo/s/mongos_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/mongos_options.cpp b/src/mongo/s/mongos_options.cpp
index 5b1a5230037..32dccbf6f4c 100644
--- a/src/mongo/s/mongos_options.cpp
+++ b/src/mongo/s/mongos_options.cpp
@@ -41,7 +41,7 @@
#include "mongo/bson/util/builder.h"
#include "mongo/config.h"
#include "mongo/db/server_options.h"
-#include "mongo/db/server_options_helpers.h"
+#include "mongo/db/server_options_server_helpers.h"
#include "mongo/s/version_mongos.h"
#include "mongo/util/log.h"
#include "mongo/util/mongoutils/str.h"