summaryrefslogtreecommitdiff
path: root/src/auth/AuthClientHandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/AuthClientHandler.cc')
-rw-r--r--src/auth/AuthClientHandler.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auth/AuthClientHandler.cc b/src/auth/AuthClientHandler.cc
index 5b02a258469..906df78f02a 100644
--- a/src/auth/AuthClientHandler.cc
+++ b/src/auth/AuthClientHandler.cc
@@ -15,14 +15,14 @@
#include <errno.h>
-#include "AuthClientHandler.h"
-#include "KeyRing.h"
-
#include "messages/MAuth.h"
#include "messages/MAuthReply.h"
#include "cephx/CephxClientHandler.h"
#include "none/AuthNoneClientHandler.h"
+#include "KeyRing.h"
+
+#include "AuthClientHandler.h"
AuthClientHandler *get_auth_client_handler(CephContext *cct, int proto,
RotatingKeyRing *rkeys)