summaryrefslogtreecommitdiff
path: root/src/auth/cephx/CephxSessionHandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/cephx/CephxSessionHandler.cc')
-rw-r--r--src/auth/cephx/CephxSessionHandler.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/auth/cephx/CephxSessionHandler.cc b/src/auth/cephx/CephxSessionHandler.cc
index 460e2526e10..92228a39f8c 100644
--- a/src/auth/cephx/CephxSessionHandler.cc
+++ b/src/auth/cephx/CephxSessionHandler.cc
@@ -12,15 +12,16 @@
*
*/
-#include "CephxSessionHandler.h"
-#include "CephxProtocol.h"
-
#include <errno.h>
#include <sstream>
-#include "common/config.h"
#include "include/assert.h"
#include "include/ceph_features.h"
+#include "common/config.h"
+
+#include "CephxProtocol.h"
+
+#include "CephxSessionHandler.h"
#define dout_subsys ceph_subsys_auth