summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_pipeline.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-09-24 14:14:47 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2018-10-03 16:40:40 -0400
commit9b3e7447b40c106ec4b83b176084525c4bb45133 (patch)
tree59f491d32afcdd20cf2807ad5989ce096e434719 /src/mongo/s/query/router_stage_pipeline.cpp
parent509f243d99e693e826807a26db703095120bbd73 (diff)
downloadmongo-9b3e7447b40c106ec4b83b176084525c4bb45133.tar.gz
SERVER-37297 Move aggregation pipeline stages that require sharding out of the pipeline lib.
Diffstat (limited to 'src/mongo/s/query/router_stage_pipeline.cpp')
-rw-r--r--src/mongo/s/query/router_stage_pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/router_stage_pipeline.cpp b/src/mongo/s/query/router_stage_pipeline.cpp
index a5a97bdbdbc..e90131c027e 100644
--- a/src/mongo/s/query/router_stage_pipeline.cpp
+++ b/src/mongo/s/query/router_stage_pipeline.cpp
@@ -33,8 +33,8 @@
#include "mongo/db/pipeline/document_source.h"
#include "mongo/db/pipeline/document_source_change_stream.h"
#include "mongo/db/pipeline/document_source_list_local_sessions.h"
-#include "mongo/db/pipeline/document_source_merge_cursors.h"
#include "mongo/db/pipeline/expression_context.h"
+#include "mongo/s/query/document_source_merge_cursors.h"
namespace mongo {