summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_request.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-02-19 13:33:36 -0500
committerMathias Stearn <mathias@10gen.com>2015-03-27 14:32:37 -0400
commitcafa5d7815509e5ce4fa65f4def89cf18e087bcf (patch)
tree5293417470ae7e0432eeb943f81d9e988880e669 /src/mongo/s/write_ops/batched_command_request.cpp
parentee8ebe091acd1c519b6e5485e8da642f3c4af892 (diff)
downloadmongo-cafa5d7815509e5ce4fa65f4def89cf18e087bcf.tar.gz
Merge bsonobjiterator.h/cpp into bsonobj.h/cpp
Diffstat (limited to 'src/mongo/s/write_ops/batched_command_request.cpp')
-rw-r--r--src/mongo/s/write_ops/batched_command_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/write_ops/batched_command_request.cpp b/src/mongo/s/write_ops/batched_command_request.cpp
index 70bfd38327f..1dc014cb824 100644
--- a/src/mongo/s/write_ops/batched_command_request.cpp
+++ b/src/mongo/s/write_ops/batched_command_request.cpp
@@ -28,7 +28,7 @@
#include "mongo/s/write_ops/batched_command_request.h"
-#include "mongo/bson/bsonobjiterator.h"
+#include "mongo/bson/bsonobj.h"
#include "mongo/db/namespace_string.h"
namespace mongo {