summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
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/db/auth
parente8157bfbed3e86ed24eaffa84038500425c2ee49 (diff)
downloadmongo-f96a7014dc38fc6d28e3e997d13a818c271768e8.tar.gz
Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"
This reverts commit e8157bfbed3e86ed24eaffa84038500425c2ee49.
Diffstat (limited to 'src/mongo/db/auth')
-rw-r--r--src/mongo/db/auth/authz_session_external_state.cpp2
-rw-r--r--src/mongo/db/auth/restriction.cpp2
-rw-r--r--src/mongo/db/auth/restriction_environment.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/auth/authz_session_external_state.cpp b/src/mongo/db/auth/authz_session_external_state.cpp
index edc3a589d88..c0dceb9617b 100644
--- a/src/mongo/db/auth/authz_session_external_state.cpp
+++ b/src/mongo/db/auth/authz_session_external_state.cpp
@@ -26,8 +26,6 @@
* it in the license file.
*/
-#include "mongo/platform/basic.h"
-
#include "mongo/db/auth/authz_session_external_state.h"
#include "mongo/base/status.h"
diff --git a/src/mongo/db/auth/restriction.cpp b/src/mongo/db/auth/restriction.cpp
index a7d55b8ed9e..a158f58ede5 100644
--- a/src/mongo/db/auth/restriction.cpp
+++ b/src/mongo/db/auth/restriction.cpp
@@ -26,8 +26,6 @@
* it in the license file.
*/
-#include "mongo/platform/basic.h"
-
#include "mongo/db/auth/restriction.h"
namespace mongo {
diff --git a/src/mongo/db/auth/restriction_environment.cpp b/src/mongo/db/auth/restriction_environment.cpp
index 20ddc8f821c..9c07f61db0c 100644
--- a/src/mongo/db/auth/restriction_environment.cpp
+++ b/src/mongo/db/auth/restriction_environment.cpp
@@ -26,8 +26,6 @@
* it in the license file.
*/
-#include "mongo/platform/basic.h"
-
#include "mongo/db/auth/restriction_environment.h"
#include "mongo/transport/session.h"