summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_skip_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_skip_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_skip_test.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_skip_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_skip_test.cpp b/src/mongo/db/pipeline/document_source_skip_test.cpp
index 175efad4788..4a5710bc5bc 100644
--- a/src/mongo/db/pipeline/document_source_skip_test.cpp
+++ b/src/mongo/db/pipeline/document_source_skip_test.cpp
@@ -30,7 +30,8 @@
#include "mongo/db/pipeline/aggregation_context_fixture.h"
#include "mongo/db/pipeline/document.h"
-#include "mongo/db/pipeline/document_source.h"
+#include "mongo/db/pipeline/document_source_mock.h"
+#include "mongo/db/pipeline/document_source_skip.h"
#include "mongo/db/pipeline/document_value_test_util.h"
#include "mongo/unittest/unittest.h"