summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregation_request.cpp
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-11-10 12:43:17 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-11 01:31:47 +0000
commitc4f0c53602d42366c9c16b0f92482a35440c1828 (patch)
tree093888f11c067a309921290b6a318f2bc646bcae /src/mongo/db/pipeline/aggregation_request.cpp
parent523247d096a796c15c911370e622a3614411a25b (diff)
downloadmongo-c4f0c53602d42366c9c16b0f92482a35440c1828.tar.gz
SERVER-51848 Specific generic args in IDL
Diffstat (limited to 'src/mongo/db/pipeline/aggregation_request.cpp')
-rw-r--r--src/mongo/db/pipeline/aggregation_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/aggregation_request.cpp b/src/mongo/db/pipeline/aggregation_request.cpp
index 673232a3d50..7894a5eb3c2 100644
--- a/src/mongo/db/pipeline/aggregation_request.cpp
+++ b/src/mongo/db/pipeline/aggregation_request.cpp
@@ -38,7 +38,6 @@
#include "mongo/base/string_data.h"
#include "mongo/bson/bsonobjbuilder.h"
#include "mongo/db/catalog/document_validation.h"
-#include "mongo/db/command_generic_argument.h"
#include "mongo/db/commands.h"
#include "mongo/db/exec/document_value/document.h"
#include "mongo/db/exec/document_value/value.h"
@@ -46,6 +45,7 @@
#include "mongo/db/query/query_request.h"
#include "mongo/db/repl/read_concern_args.h"
#include "mongo/db/storage/storage_options.h"
+#include "mongo/idl/command_generic_argument.h"
namespace mongo {