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/value.idl | |
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/value.idl')
-rw-r--r-- | src/mongo/db/pipeline/value.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/value.idl b/src/mongo/db/pipeline/value.idl index b6276dd9e1b..7c92868e9d0 100644 --- a/src/mongo/db/pipeline/value.idl +++ b/src/mongo/db/pipeline/value.idl @@ -29,7 +29,7 @@ global: cpp_namespace: "mongo" cpp_includes: - - "mongo/db/pipeline/value.h" + - "mongo/db/exec/document_value/value.h" types: Value: |