summaryrefslogtreecommitdiff
path: root/src/mongo/db/extsort.h
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/extsort.h
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/extsort.h')
-rw-r--r--src/mongo/db/extsort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/extsort.h b/src/mongo/db/extsort.h
index 5b1b322fd55..cdcbe631cd3 100644
--- a/src/mongo/db/extsort.h
+++ b/src/mongo/db/extsort.h
@@ -32,7 +32,7 @@
#include "mongo/pch.h"
-#include "mongo/db/index.h"
+#include "mongo/db/storage/index_details.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/curop-inl.h"
#include "mongo/util/array.h"