summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/parameters.cpp
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2014-10-20 21:04:56 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2014-10-21 14:58:15 -0400
commitab2cd3816b4a7e8608896d2ccb4f35ee235326f8 (patch)
treea6578bab7ec9ba5d75464d12863b80faa72897b0 /src/mongo/db/commands/parameters.cpp
parenta1a355671eb9edbc36673616e1590fcd4c24d7ef (diff)
downloadmongo-ab2cd3816b4a7e8608896d2ccb4f35ee235326f8.tar.gz
SERVER-15706 Refactor internal user authentication
Diffstat (limited to 'src/mongo/db/commands/parameters.cpp')
-rw-r--r--src/mongo/db/commands/parameters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/parameters.cpp b/src/mongo/db/commands/parameters.cpp
index 2ba055a908c..2a97e9ef680 100644
--- a/src/mongo/db/commands/parameters.cpp
+++ b/src/mongo/db/commands/parameters.cpp
@@ -36,7 +36,7 @@
#include "mongo/client/replica_set_monitor.h"
#include "mongo/client/sasl_client_authenticate.h"
#include "mongo/db/auth/authorization_manager.h"
-#include "mongo/db/auth/security_key.h"
+#include "mongo/db/auth/internal_user_auth.h"
#include "mongo/db/commands.h"
#include "mongo/db/server_parameters.h"
#include "mongo/db/storage_options.h"