diff options
author | David Storch <david.storch@mongodb.com> | 2019-10-01 13:12:08 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-10-01 13:12:08 +0000 |
commit | 0cee67ce6909ca653462d4609e47edcc4ac5c1a9 (patch) | |
tree | 9f4d249c629e9e11bf7cfb9a2a2e180ad689181a /src/mongo/db/pipeline/variables.h | |
parent | 15c6c085126f5d459f30191ef736c10607bea3f6 (diff) | |
download | mongo-0cee67ce6909ca653462d4609e47edcc4ac5c1a9.tar.gz |
SERVER-42302 Move Document/Value library to db/exec/document_value directory.
Document/Value is now used throughout the query execution
engine, and therefore should move into the directory which
holds query execution code.
Diffstat (limited to 'src/mongo/db/pipeline/variables.h')
-rw-r--r-- | src/mongo/db/pipeline/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/variables.h b/src/mongo/db/pipeline/variables.h index 742c5757581..04616a4b232 100644 --- a/src/mongo/db/pipeline/variables.h +++ b/src/mongo/db/pipeline/variables.h @@ -31,8 +31,8 @@ #include <memory> +#include "mongo/db/exec/document_value/document.h" #include "mongo/db/operation_context.h" -#include "mongo/db/pipeline/document.h" #include "mongo/db/pipeline/runtime_constants_gen.h" #include "mongo/stdx/unordered_map.h" #include "mongo/util/string_map.h" |