summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/restriction_environment.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/db/auth/restriction_environment.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/db/auth/restriction_environment.cpp')
-rw-r--r--src/mongo/db/auth/restriction_environment.cpp2
1 files changed, 0 insertions, 2 deletions
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"