summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-01-29 12:28:22 -0500
committerHenrik Edin <henrik.edin@mongodb.com>2018-02-14 02:14:33 -0500
commit8dc33796371e1226bc2a53481e80cf0fd8142371 (patch)
tree5cc0a9a53829f11c284ee6440be48ec72a67b87f /src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
parent2dc87c711cb0bf85fdc8dd1d65b5a83e144509fa (diff)
downloadmongo-8dc33796371e1226bc2a53481e80cf0fd8142371.tar.gz
SERVER-32951 Add lib for embedded options where we can have a different set of startup options. Also reduce dependencies on embedded.
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp')
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp b/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
index 7f0adbd589e..1a4e2b0d66b 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
@@ -39,9 +39,9 @@
#include "mongo/base/checked_cast.h"
#include "mongo/db/catalog/index_catalog_entry.h"
#include "mongo/db/concurrency/write_conflict_exception.h"
+#include "mongo/db/global_settings.h"
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/json.h"
-#include "mongo/db/mongod_options.h"
#include "mongo/db/repl/repl_settings.h"
#include "mongo/db/service_context.h"
#include "mongo/db/storage/key_string.h"