summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_exec.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2019-10-01 13:12:08 +0000
committerevergreen <evergreen@mongodb.com>2019-10-01 13:12:08 +0000
commit0cee67ce6909ca653462d4609e47edcc4ac5c1a9 (patch)
tree9f4d249c629e9e11bf7cfb9a2a2e180ad689181a /src/mongo/db/exec/projection_exec.h
parent15c6c085126f5d459f30191ef736c10607bea3f6 (diff)
downloadmongo-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/exec/projection_exec.h')
-rw-r--r--src/mongo/db/exec/projection_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/projection_exec.h b/src/mongo/db/exec/projection_exec.h
index c1b878aa48c..784fe2fb209 100644
--- a/src/mongo/db/exec/projection_exec.h
+++ b/src/mongo/db/exec/projection_exec.h
@@ -31,11 +31,11 @@
#include "boost/optional.hpp"
+#include "mongo/db/exec/document_value/value.h"
#include "mongo/db/exec/working_set.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/matcher/expression.h"
#include "mongo/db/matcher/expression_parser.h"
-#include "mongo/db/pipeline/value.h"
#include "mongo/util/string_map.h"
namespace mongo {