summaryrefslogtreecommitdiff
path: root/src/auth/AuthSessionHandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/AuthSessionHandler.cc')
-rw-r--r--src/auth/AuthSessionHandler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auth/AuthSessionHandler.cc b/src/auth/AuthSessionHandler.cc
index e928cf74fe2..17407123e88 100644
--- a/src/auth/AuthSessionHandler.cc
+++ b/src/auth/AuthSessionHandler.cc
@@ -13,11 +13,11 @@
*/
#include "common/debug.h"
-#include "AuthSessionHandler.h"
#include "cephx/CephxSessionHandler.h"
#include "none/AuthNoneSessionHandler.h"
#include "unknown/AuthUnknownSessionHandler.h"
-#include "common/config.h"
+
+#include "AuthSessionHandler.h"
#define dout_subsys ceph_subsys_auth