summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs_test.cpp
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2017-06-26 16:41:35 -0400
committerJonathan Reams <jbreams@mongodb.com>2017-06-26 16:41:35 -0400
commitf96a7014dc38fc6d28e3e997d13a818c271768e8 (patch)
tree3357ece5a4d6ba574d8c50f861f099232301925d /src/mongo/client/dbclient_rs_test.cpp
parente8157bfbed3e86ed24eaffa84038500425c2ee49 (diff)
downloadmongo-f96a7014dc38fc6d28e3e997d13a818c271768e8.tar.gz
Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"
This reverts commit e8157bfbed3e86ed24eaffa84038500425c2ee49.
Diffstat (limited to 'src/mongo/client/dbclient_rs_test.cpp')
-rw-r--r--src/mongo/client/dbclient_rs_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/client/dbclient_rs_test.cpp b/src/mongo/client/dbclient_rs_test.cpp
index b90b4fe75ee..15bc9f24a58 100644
--- a/src/mongo/client/dbclient_rs_test.cpp
+++ b/src/mongo/client/dbclient_rs_test.cpp
@@ -31,8 +31,6 @@
* the DBClientReplicaSet talks to, so the tests only covers the client side logic.
*/
-#include "mongo/platform/basic.h"
-
#include <map>
#include <memory>
#include <string>