summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/near.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/near.h')
-rw-r--r--src/mongo/db/exec/near.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/near.h b/src/mongo/db/exec/near.h
index 4edc3dfc8f5..fbdba1e56db 100644
--- a/src/mongo/db/exec/near.h
+++ b/src/mongo/db/exec/near.h
@@ -32,12 +32,12 @@
#include "mongo/base/string_data.h"
#include "mongo/base/status_with.h"
-#include "mongo/db/diskloc.h"
#include "mongo/db/catalog/collection.h"
#include "mongo/db/exec/plan_stage.h"
#include "mongo/db/exec/plan_stats.h"
#include "mongo/db/exec/working_set.h"
#include "mongo/db/jsobj.h"
+#include "mongo/db/record_id.h"
#include "mongo/platform/unordered_map.h"
namespace mongo {