summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_session_external_state_d.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-10-11 08:09:52 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-10-12 07:10:58 -0400
commitae2b60fce624cd9f4a95037316033b53846be176 (patch)
tree8cc0df2f5645baa710dd135c071f65b558c02320 /src/mongo/db/auth/authz_session_external_state_d.cpp
parent849c85561e065598813d6a702ce132f494380eed (diff)
downloadmongo-ae2b60fce624cd9f4a95037316033b53846be176.tar.gz
SERVER-37563 Remove all usages of getGlobalAuthorizationManager
Diffstat (limited to 'src/mongo/db/auth/authz_session_external_state_d.cpp')
-rw-r--r--src/mongo/db/auth/authz_session_external_state_d.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/auth/authz_session_external_state_d.cpp b/src/mongo/db/auth/authz_session_external_state_d.cpp
index 0b6fd980469..3120864eb34 100644
--- a/src/mongo/db/auth/authz_session_external_state_d.cpp
+++ b/src/mongo/db/auth/authz_session_external_state_d.cpp
@@ -26,10 +26,11 @@
* it in the license file.
*/
+#include "mongo/platform/basic.h"
+
#include "mongo/db/auth/authz_session_external_state_d.h"
#include "mongo/base/status.h"
-#include "mongo/db/auth/authorization_manager.h"
#include "mongo/db/client.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/operation_context.h"
@@ -37,7 +38,6 @@
#include "mongo/scripting/engine.h"
#include "mongo/util/assert_util.h"
-
namespace mongo {
AuthzSessionExternalStateMongod::AuthzSessionExternalStateMongod(AuthorizationManager* authzManager)