summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/hashcmd.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-05-14 17:33:25 -0400
committerSpencer T Brody <spencer@10gen.com>2013-05-22 19:14:01 -0400
commiteb719438afc316e9bf56bf716a129def27f5e768 (patch)
treeb00f395fec7c39ebc2e074cc77e4bd1bf9bbca2b /src/mongo/db/commands/hashcmd.cpp
parent83900ac233c2a94e0f3e6a1628cf822f9bb88425 (diff)
downloadmongo-eb719438afc316e9bf56bf716a129def27f5e768.tar.gz
Split AuthorizationManager into 2 classes: AuthorizationManager and AuthorizationSession.
Diffstat (limited to 'src/mongo/db/commands/hashcmd.cpp')
-rw-r--r--src/mongo/db/commands/hashcmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/hashcmd.cpp b/src/mongo/db/commands/hashcmd.cpp
index 94a7183e858..7422247351a 100644
--- a/src/mongo/db/commands/hashcmd.cpp
+++ b/src/mongo/db/commands/hashcmd.cpp
@@ -27,7 +27,7 @@
#include "mongo/base/status.h"
#include "mongo/db/auth/action_set.h"
#include "mongo/db/auth/action_type.h"
-#include "mongo/db/auth/authorization_manager.h"
+#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/auth/privilege.h"
#include "mongo/db/commands.h"
#include "mongo/db/hasher.h"