summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_graph_lookup_test.cpp
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2016-10-21 17:06:31 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2016-10-24 11:47:57 -0400
commit4fb763d868070414ca0af76b84ff8937b3773832 (patch)
tree54b3e49dc04a483759dd7042bda1d4e97cec581f /src/mongo/db/pipeline/document_source_graph_lookup_test.cpp
parent7f4670f708361c6da29ba5503e000964a035fe6f (diff)
downloadmongo-4fb763d868070414ca0af76b84ff8937b3773832.tar.gz
SERVER-22632 Split up document_source.h into one header per stage.
Diffstat (limited to 'src/mongo/db/pipeline/document_source_graph_lookup_test.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_graph_lookup_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/document_source_graph_lookup_test.cpp b/src/mongo/db/pipeline/document_source_graph_lookup_test.cpp
index ac25e48936e..2229332e859 100644
--- a/src/mongo/db/pipeline/document_source_graph_lookup_test.cpp
+++ b/src/mongo/db/pipeline/document_source_graph_lookup_test.cpp
@@ -28,13 +28,13 @@
#include "mongo/platform/basic.h"
-#include "mongo/db/pipeline/document_source.h"
-
#include <algorithm>
#include <deque>
#include "mongo/db/pipeline/aggregation_context_fixture.h"
#include "mongo/db/pipeline/document.h"
+#include "mongo/db/pipeline/document_source_graph_lookup.h"
+#include "mongo/db/pipeline/document_source_mock.h"
#include "mongo/db/pipeline/document_value_test_util.h"
#include "mongo/db/pipeline/stub_mongod_interface.h"
#include "mongo/unittest/unittest.h"