diff options
author | Spencer T Brody <spencer@10gen.com> | 2013-05-15 14:48:20 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@10gen.com> | 2013-05-22 19:14:01 -0400 |
commit | e4eea0dce2bc4406fa7e7cf55c88db22c1f4d12f (patch) | |
tree | 50e1eccd55b133a020b6653ec2fb2bc15b0659dc /src/mongo/db/commands/hashcmd.cpp | |
parent | eb719438afc316e9bf56bf716a129def27f5e768 (diff) | |
download | mongo-e4eea0dce2bc4406fa7e7cf55c88db22c1f4d12f.tar.gz |
Clean up includes of authorization headers
Diffstat (limited to 'src/mongo/db/commands/hashcmd.cpp')
-rw-r--r-- | src/mongo/db/commands/hashcmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/hashcmd.cpp b/src/mongo/db/commands/hashcmd.cpp index 7422247351a..664706666b1 100644 --- a/src/mongo/db/commands/hashcmd.cpp +++ b/src/mongo/db/commands/hashcmd.cpp @@ -27,7 +27,6 @@ #include "mongo/base/status.h" #include "mongo/db/auth/action_set.h" #include "mongo/db/auth/action_type.h" -#include "mongo/db/auth/authorization_session.h" #include "mongo/db/auth/privilege.h" #include "mongo/db/commands.h" #include "mongo/db/hasher.h" |