diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2021-02-15 09:14:35 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-18 18:35:28 +0000 |
commit | 8711e20292978dd942e346b64829152922b7a7b1 (patch) | |
tree | e078632cdc4448457923a3235755dd57c4551347 /src/mongo/db/update | |
parent | 05025cd86de1ad3fc0c2f90ddf4c43a9d901553b (diff) | |
download | mongo-8711e20292978dd942e346b64829152922b7a7b1.tar.gz |
SERVER-54585 Move support for `findAndModify` to the write_ops utilities
... also clean up the include files.
Diffstat (limited to 'src/mongo/db/update')
-rw-r--r-- | src/mongo/db/update/update_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/update_driver.h b/src/mongo/db/update/update_driver.h index 5df4d80293f..02765ea844c 100644 --- a/src/mongo/db/update/update_driver.h +++ b/src/mongo/db/update/update_driver.h @@ -38,7 +38,7 @@ #include "mongo/db/exec/document_value/value.h" #include "mongo/db/field_ref_set.h" #include "mongo/db/jsobj.h" -#include "mongo/db/ops/write_ops_parsers.h" +#include "mongo/db/ops/write_ops.h" #include "mongo/db/pipeline/pipeline.h" #include "mongo/db/query/canonical_query.h" #include "mongo/db/update/modifier_table.h" |