summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-11-26 18:43:04 -0500
committerAndrew Morrow <acm@mongodb.com>2018-11-27 12:55:48 -0500
commit99ec5dabaf1286a5440da0bb561e32d3aa79466a (patch)
treef44786335721303ed167fc7d8e7d72a3f1ea16ca /src/mongo/db/mongod_options.cpp
parentbac586e913dae042f6c2957522ac319e55946df9 (diff)
downloadmongo-99ec5dabaf1286a5440da0bb561e32d3aa79466a.tar.gz
SERVER-30815 Remove the mongodmain library
Diffstat (limited to 'src/mongo/db/mongod_options.cpp')
-rw-r--r--src/mongo/db/mongod_options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/mongod_options.cpp b/src/mongo/db/mongod_options.cpp
index 735b023ad0b..510bf89e7a8 100644
--- a/src/mongo/db/mongod_options.cpp
+++ b/src/mongo/db/mongod_options.cpp
@@ -41,7 +41,6 @@
#include "mongo/bson/json.h"
#include "mongo/bson/util/builder.h"
#include "mongo/config.h"
-#include "mongo/db/db.h"
#include "mongo/db/global_settings.h"
#include "mongo/db/repl/repl_settings.h"
#include "mongo/db/server_options.h"