summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/limit.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/exec/limit.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/exec/limit.h')
-rw-r--r--src/mongo/db/exec/limit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/limit.h b/src/mongo/db/exec/limit.h
index 6d0936e412b..0377247b919 100644
--- a/src/mongo/db/exec/limit.h
+++ b/src/mongo/db/exec/limit.h
@@ -28,9 +28,9 @@
#pragma once
-#include "mongo/db/diskloc.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/exec/plan_stage.h"
+#include "mongo/db/record_id.h"
namespace mongo {