summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.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/catalog/database.h
parent6258a427bb7f50b7eeb62ee8b007ae5c50007c15 (diff)
downloadmongo-b118f7d9bbde5f1e17d82f52f8ef2f4126c817c7.tar.gz
SERVER-16609: Move storage_options to its own library
Diffstat (limited to 'src/mongo/db/catalog/database.h')
-rw-r--r--src/mongo/db/catalog/database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/database.h b/src/mongo/db/catalog/database.h
index 9cb607ea4f6..53c3cb5712d 100644
--- a/src/mongo/db/catalog/database.h
+++ b/src/mongo/db/catalog/database.h
@@ -34,7 +34,7 @@
#include "mongo/bson/bsonobj.h"
#include "mongo/db/catalog/collection_options.h"
#include "mongo/db/namespace_string.h"
-#include "mongo/db/storage_options.h"
+#include "mongo/db/storage/storage_options.h"
#include "mongo/util/mongoutils/str.h"
#include "mongo/util/string_map.h"