summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_exec.h
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/write_ops/batch_write_exec.h
parent8b1c4e3824fb63a70f9dbb9522176bbf4a4913df (diff)
downloadmongo-3119f2a3271feafe52c9ee1255ff9df68a4d3b02.tar.gz
SERVER-17496 Move code to the sharding client library
Diffstat (limited to 'src/mongo/s/write_ops/batch_write_exec.h')
-rw-r--r--src/mongo/s/write_ops/batch_write_exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/write_ops/batch_write_exec.h b/src/mongo/s/write_ops/batch_write_exec.h
index e8d2c249fb8..195dbc374a2 100644
--- a/src/mongo/s/write_ops/batch_write_exec.h
+++ b/src/mongo/s/write_ops/batch_write_exec.h
@@ -36,7 +36,6 @@
#include "mongo/base/disallow_copying.h"
#include "mongo/bson/optime.h"
#include "mongo/s/ns_targeter.h"
-#include "mongo/s/multi_command_dispatch.h"
#include "mongo/s/shard_resolver.h"
#include "mongo/s/write_ops/batched_command_request.h"
#include "mongo/s/write_ops/batched_command_response.h"
@@ -44,6 +43,7 @@
namespace mongo {
class BatchWriteExecStats;
+ class MultiCommandDispatch;
/**
* The BatchWriteExec is able to execute client batch write requests, resulting in a batch
@@ -61,7 +61,7 @@ namespace mongo {
*
*/
class BatchWriteExec {
- MONGO_DISALLOW_COPYING (BatchWriteExec);
+ MONGO_DISALLOW_COPYING (BatchWriteExec);
public:
BatchWriteExec( NSTargeter* targeter,