summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/btree/btree_logic.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/storage/mmap_v1/btree/btree_logic.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/storage/mmap_v1/btree/btree_logic.h')
-rw-r--r--src/mongo/db/storage/mmap_v1/btree/btree_logic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/storage/mmap_v1/btree/btree_logic.h b/src/mongo/db/storage/mmap_v1/btree/btree_logic.h
index 839d1b958e7..51597371797 100644
--- a/src/mongo/db/storage/mmap_v1/btree/btree_logic.h
+++ b/src/mongo/db/storage/mmap_v1/btree/btree_logic.h
@@ -30,12 +30,12 @@
#include "mongo/db/catalog/head_manager.h"
#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/storage/mmap_v1/btree/btree_ondisk.h"
-#include "mongo/db/storage/mmap_v1/btree/key.h"
#include "mongo/db/storage/mmap_v1/btree/bucket_deletion_notification.h"
+#include "mongo/db/storage/mmap_v1/btree/key.h"
+#include "mongo/db/storage/mmap_v1/diskloc.h"
namespace mongo {