summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.h
diff options
context:
space:
mode:
authorGeert Bosch <geert.bosch@mongodb.com>2015-10-08 13:03:57 -0400
committerGeert Bosch <geert@mongodb.com>2015-10-09 18:46:43 -0400
commitb118f7d9bbde5f1e17d82f52f8ef2f4126c817c7 (patch)
tree7b47d7da9690f564520159448ed9ec1b2ea0ae9e /src/mongo/db/mongod_options.h
parent6258a427bb7f50b7eeb62ee8b007ae5c50007c15 (diff)
downloadmongo-b118f7d9bbde5f1e17d82f52f8ef2f4126c817c7.tar.gz
SERVER-16609: Move storage_options to its own library
Diffstat (limited to 'src/mongo/db/mongod_options.h')
-rw-r--r--src/mongo/db/mongod_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/mongod_options.h b/src/mongo/db/mongod_options.h
index 942ecd27e63..18a370f7f75 100644
--- a/src/mongo/db/mongod_options.h
+++ b/src/mongo/db/mongod_options.h
@@ -31,7 +31,7 @@
#include "mongo/base/status.h"
#include "mongo/db/repl/repl_settings.h"
#include "mongo/db/server_options.h"
-#include "mongo/db/storage_options.h"
+#include "mongo/db/storage/storage_options.h"
#include "mongo/util/options_parser/environment.h"
#include "mongo/util/options_parser/option_section.h"