summaryrefslogtreecommitdiff
path: root/src/auth/none/AuthNoneAuthorizeHandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/none/AuthNoneAuthorizeHandler.cc')
-rw-r--r--src/auth/none/AuthNoneAuthorizeHandler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auth/none/AuthNoneAuthorizeHandler.cc b/src/auth/none/AuthNoneAuthorizeHandler.cc
index 8b55e9e9ba8..52652368100 100644
--- a/src/auth/none/AuthNoneAuthorizeHandler.cc
+++ b/src/auth/none/AuthNoneAuthorizeHandler.cc
@@ -12,9 +12,10 @@
*
*/
-#include "AuthNoneAuthorizeHandler.h"
#include "common/debug.h"
+#include "AuthNoneAuthorizeHandler.h"
+
#define dout_subsys ceph_subsys_auth
bool AuthNoneAuthorizeHandler::verify_authorizer(CephContext *cct, KeyStore *keys,