summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
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/index
parent6258a427bb7f50b7eeb62ee8b007ae5c50007c15 (diff)
downloadmongo-b118f7d9bbde5f1e17d82f52f8ef2f4126c817c7.tar.gz
SERVER-16609: Move storage_options to its own library
Diffstat (limited to 'src/mongo/db/index')
-rw-r--r--src/mongo/db/index/index_access_method.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/index_access_method.cpp b/src/mongo/db/index/index_access_method.cpp
index 18765949789..b40c2319a8a 100644
--- a/src/mongo/db/index/index_access_method.cpp
+++ b/src/mongo/db/index/index_access_method.cpp
@@ -43,7 +43,7 @@
#include "mongo/db/keypattern.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/server_parameters.h"
-#include "mongo/db/storage_options.h"
+#include "mongo/db/storage/storage_options.h"
#include "mongo/util/log.h"
#include "mongo/util/progress_meter.h"