diff options
author | Mathias Stearn <mathias@10gen.com> | 2014-11-26 13:58:14 -0500 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2014-11-26 15:14:41 -0500 |
commit | cb5cab88761d9aca75e064665cce89f579c69e36 (patch) | |
tree | 3b9225aea63f7ccd6576c532e179db0fd96a52e0 /src/mongo/db/clientcursor.h | |
parent | 04cfca149d3fcfac9c74cf13287be70942ca1ada (diff) | |
download | mongo-cb5cab88761d9aca75e064665cce89f579c69e36.tar.gz |
SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r-- | src/mongo/db/clientcursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h index f906c915913..10309886402 100644 --- a/src/mongo/db/clientcursor.h +++ b/src/mongo/db/clientcursor.h @@ -30,10 +30,10 @@ #include <boost/thread/recursive_mutex.hpp> -#include "mongo/db/diskloc.h" #include "mongo/db/jsobj.h" #include "mongo/db/keypattern.h" #include "mongo/db/query/plan_executor.h" +#include "mongo/db/record_id.h" #include "mongo/s/collection_metadata.h" #include "mongo/util/background.h" #include "mongo/util/net/message.h" |