summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2016-10-05 10:13:30 -0400
committerBenety Goh <benety@mongodb.com>2016-10-05 10:13:41 -0400
commit75e6ae5618169108545425894f02a0a565fb21d5 (patch)
treeff9d67d109003d3dd7a7af38f265d93e3ec5df85 /src/mongo/s/commands/cluster_map_reduce_cmd.cpp
parent92bdb7b398f29bcaef88da18c7a2df03f07e77ca (diff)
downloadmongo-75e6ae5618169108545425894f02a0a565fb21d5.tar.gz
Revert "SERVER-26411 Move balancer sources under mongo/db/s"
This reverts commit 92bdb7b398f29bcaef88da18c7a2df03f07e77ca.
Diffstat (limited to 'src/mongo/s/commands/cluster_map_reduce_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_map_reduce_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_map_reduce_cmd.cpp b/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
index b2b863d7201..bd8c6c5ace2 100644
--- a/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
+++ b/src/mongo/s/commands/cluster_map_reduce_cmd.cpp
@@ -41,7 +41,7 @@
#include "mongo/db/commands.h"
#include "mongo/db/commands/mr.h"
#include "mongo/db/query/collation/collation_spec.h"
-#include "mongo/s/balancer_configuration.h"
+#include "mongo/s/balancer/balancer_configuration.h"
#include "mongo/s/catalog/catalog_cache.h"
#include "mongo/s/catalog/dist_lock_manager.h"
#include "mongo/s/catalog/sharding_catalog_client.h"