summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2012-08-02 19:02:17 -0400
committerMathias Stearn <mathias@10gen.com>2012-08-02 19:02:17 -0400
commit3bb4644a36c22179df8decd0152a8c5dd77a852c (patch)
treeae36e5472825fe69fbbf671ef3796d070d4a629a /src/mongo/db/commands/pipeline_command.cpp
parente9bfafe93d0509a46f43e1ee8d8cc0a2bb64bd53 (diff)
downloadmongo-3bb4644a36c22179df8decd0152a8c5dd77a852c.tar.gz
Move remaining aggregation files from commands directory to pipeline
pipeline_command.cpp remains in commands because it contains the actual command
Diffstat (limited to 'src/mongo/db/commands/pipeline_command.cpp')
-rwxr-xr-xsrc/mongo/db/commands/pipeline_command.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/pipeline_command.cpp b/src/mongo/db/commands/pipeline_command.cpp
index 02df436bdcb..6527fc4ca07 100755
--- a/src/mongo/db/commands/pipeline_command.cpp
+++ b/src/mongo/db/commands/pipeline_command.cpp
@@ -16,8 +16,8 @@
#include "pch.h"
-#include "db/commands/pipeline.h"
-#include "db/commands/pipeline_d.h"
+#include "db/pipeline/pipeline.h"
+#include "db/pipeline/pipeline_d.h"
#include "db/interrupt_status_mongod.h"
#include "db/pipeline/accumulator.h"
#include "db/pipeline/document.h"