diff options
author | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-10-20 21:04:56 -0400 |
---|---|---|
committer | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-10-21 14:58:15 -0400 |
commit | ab2cd3816b4a7e8608896d2ccb4f35ee235326f8 (patch) | |
tree | a6578bab7ec9ba5d75464d12863b80faa72897b0 /src/mongo/db/repl/isself.cpp | |
parent | a1a355671eb9edbc36673616e1590fcd4c24d7ef (diff) | |
download | mongo-ab2cd3816b4a7e8608896d2ccb4f35ee235326f8.tar.gz |
SERVER-15706 Refactor internal user authentication
Diffstat (limited to 'src/mongo/db/repl/isself.cpp')
-rw-r--r-- | src/mongo/db/repl/isself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/isself.cpp b/src/mongo/db/repl/isself.cpp index f2750051c7c..2f4fd1c0f86 100644 --- a/src/mongo/db/repl/isself.cpp +++ b/src/mongo/db/repl/isself.cpp @@ -42,8 +42,8 @@ #include "mongo/db/auth/action_type.h" #include "mongo/db/auth/authorization_manager.h" #include "mongo/db/auth/authorization_manager_global.h" +#include "mongo/db/auth/internal_user_auth.h" #include "mongo/db/auth/privilege.h" -#include "mongo/db/auth/security_key.h" #include "mongo/util/scopeguard.h" #include "mongo/util/log.h" |