summaryrefslogtreecommitdiff
path: root/src/mongo/db/prefetch.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-10-23 07:32:08 -0400
committerEliot Horowitz <eliot@10gen.com>2013-10-23 07:32:08 -0400
commita942dd1d88c1c6dddb68f85a02f72434c2999f9e (patch)
tree39f1193e26591cd6cf1c10ba17cd1e1cce64bc7b /src/mongo/db/prefetch.cpp
parent483df488c35c0058e5eea1e9af90ecde77d57a29 (diff)
downloadmongo-a942dd1d88c1c6dddb68f85a02f72434c2999f9e.tar.gz
SERVER-11178: Introduce IndexCatalog and requirements
IndexCatalog will be the only place to get information about indexes, and modify them still a lot of work left, but a lot of the logic is now shifted
Diffstat (limited to 'src/mongo/db/prefetch.cpp')
-rw-r--r--src/mongo/db/prefetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/prefetch.cpp b/src/mongo/db/prefetch.cpp
index 4a16e7f1982..11847023e48 100644
--- a/src/mongo/db/prefetch.cpp
+++ b/src/mongo/db/prefetch.cpp
@@ -33,7 +33,7 @@
#include "mongo/db/dbhelpers.h"
#include "mongo/db/diskloc.h"
#include "mongo/db/index/catalog_hack.h"
-#include "mongo/db/index.h"
+#include "mongo/db/storage/index_details.h"
#include "mongo/db/index_update.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/namespace_details.h"