summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclient_rs_test.cpp')
-rw-r--r--src/mongo/client/dbclient_rs_test.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mongo/client/dbclient_rs_test.cpp b/src/mongo/client/dbclient_rs_test.cpp
index 030ebaaac26..40b25441f42 100644
--- a/src/mongo/client/dbclient_rs_test.cpp
+++ b/src/mongo/client/dbclient_rs_test.cpp
@@ -31,22 +31,22 @@
* the DBClientReplicaSet talks to, so the tests only covers the client side logic.
*/
-#include "mongo/bson/bson_field.h"
+#include <boost/scoped_ptr.hpp>
+#include <map>
+#include <memory>
+#include <string>
+#include <vector>
+
#include "mongo/client/connpool.h"
-#include "mongo/client/dbclientinterface.h"
#include "mongo/client/dbclient_rs.h"
+#include "mongo/client/dbclientinterface.h"
#include "mongo/client/replica_set_monitor.h"
+#include "mongo/db/jsobj.h"
#include "mongo/dbtests/mock/mock_conn_registry.h"
#include "mongo/dbtests/mock/mock_replica_set.h"
#include "mongo/unittest/unittest.h"
#include "mongo/util/assert_util.h"
-#include <boost/scoped_ptr.hpp>
-#include <map>
-#include <memory>
-#include <string>
-#include <vector>
-
namespace {
using boost::scoped_ptr;
using std::auto_ptr;