summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_write.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-03-12 13:28:57 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-03-13 09:42:09 -0400
commit3119f2a3271feafe52c9ee1255ff9df68a4d3b02 (patch)
tree7f6e2563fcd4abe130a335ff953dffb12185bf8f /src/mongo/s/cluster_write.cpp
parent8b1c4e3824fb63a70f9dbb9522176bbf4a4913df (diff)
downloadmongo-3119f2a3271feafe52c9ee1255ff9df68a4d3b02.tar.gz
SERVER-17496 Move code to the sharding client library
Diffstat (limited to 'src/mongo/s/cluster_write.cpp')
-rw-r--r--src/mongo/s/cluster_write.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/s/cluster_write.cpp b/src/mongo/s/cluster_write.cpp
index cd2eb01eb4f..308138e95c8 100644
--- a/src/mongo/s/cluster_write.cpp
+++ b/src/mongo/s/cluster_write.cpp
@@ -35,13 +35,12 @@
#include <string>
#include <vector>
-#include "mongo/base/init.h"
#include "mongo/base/status.h"
#include "mongo/db/write_concern_options.h"
#include "mongo/s/chunk_manager.h"
#include "mongo/s/chunk_manager_targeter.h"
+#include "mongo/s/client/dbclient_multi_command.h"
#include "mongo/s/config.h"
-#include "mongo/s/dbclient_multi_command.h"
#include "mongo/s/dbclient_shard_resolver.h"
#include "mongo/s/grid.h"
#include "mongo/s/write_ops/batch_write_exec.h"