summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/map_reduce_agg.h
diff options
context:
space:
mode:
authorJacob Evans <jacob.evans@10gen.com>2019-08-09 13:04:37 -0400
committerJacob Evans <jacob.evans@10gen.com>2019-08-23 13:38:19 -0400
commit05653b6b9d25a4168ae310488949adaa8e163bfc (patch)
treefa65221bade4d9cf4b2249f30179d879efab95c0 /src/mongo/db/commands/map_reduce_agg.h
parent441871aa17a4c77175c8c6d6c8ac94eadecbfd33 (diff)
downloadmongo-05653b6b9d25a4168ae310488949adaa8e163bfc.tar.gz
SERVER-42902 Update the MR response formatting code to run on a pipeline
Diffstat (limited to 'src/mongo/db/commands/map_reduce_agg.h')
-rw-r--r--src/mongo/db/commands/map_reduce_agg.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/db/commands/map_reduce_agg.h b/src/mongo/db/commands/map_reduce_agg.h
index c946f74c380..8ac5d0ead5f 100644
--- a/src/mongo/db/commands/map_reduce_agg.h
+++ b/src/mongo/db/commands/map_reduce_agg.h
@@ -27,10 +27,6 @@
* it in the license file.
*/
-#include "mongo/bson/bsonobj.h"
-#include "mongo/bson/bsonobjbuilder.h"
-#include "mongo/db/operation_context.h"
-
namespace mongo {
bool runAggregationMapReduce(OperationContext* opCtx,
@@ -38,4 +34,5 @@ bool runAggregationMapReduce(OperationContext* opCtx,
const BSONObj& cmd,
std::string& errmsg,
BSONObjBuilder& result);
+
} // namespace mongo