summaryrefslogtreecommitdiff
path: root/src/auth/AuthAuthorizeHandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/AuthAuthorizeHandler.cc')
-rw-r--r--src/auth/AuthAuthorizeHandler.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auth/AuthAuthorizeHandler.cc b/src/auth/AuthAuthorizeHandler.cc
index c9c25900894..12dc236c343 100644
--- a/src/auth/AuthAuthorizeHandler.cc
+++ b/src/auth/AuthAuthorizeHandler.cc
@@ -13,12 +13,12 @@
*/
#include "common/debug.h"
-#include "Auth.h"
-#include "AuthAuthorizeHandler.h"
+#include "common/Mutex.h"
+
#include "cephx/CephxAuthorizeHandler.h"
#include "none/AuthNoneAuthorizeHandler.h"
-#include "AuthMethodList.h"
-#include "common/Mutex.h"
+
+#include "AuthAuthorizeHandler.h"
#define dout_subsys ceph_subsys_auth