summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2014-11-26 13:58:14 -0500
committerMathias Stearn <mathias@10gen.com>2014-11-26 15:14:41 -0500
commitcb5cab88761d9aca75e064665cce89f579c69e36 (patch)
tree3b9225aea63f7ccd6576c532e179db0fd96a52e0 /src/mongo/db/catalog/index_catalog.h
parent04cfca149d3fcfac9c74cf13287be70942ca1ada (diff)
downloadmongo-cb5cab88761d9aca75e064665cce89f579c69e36.tar.gz
SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1
Diffstat (limited to 'src/mongo/db/catalog/index_catalog.h')
-rw-r--r--src/mongo/db/catalog/index_catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/index_catalog.h b/src/mongo/db/catalog/index_catalog.h
index 3e0ef79306a..d79806ca9c5 100644
--- a/src/mongo/db/catalog/index_catalog.h
+++ b/src/mongo/db/catalog/index_catalog.h
@@ -33,9 +33,9 @@
#include <vector>
#include "mongo/db/catalog/index_catalog_entry.h"
-#include "mongo/db/diskloc.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/operation_context.h"
+#include "mongo/db/record_id.h"
#include "mongo/platform/unordered_map.h"
namespace mongo {