summaryrefslogtreecommitdiff
path: root/src/auth/cephx/CephxKeyServer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/cephx/CephxKeyServer.cc')
-rw-r--r--src/auth/cephx/CephxKeyServer.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/auth/cephx/CephxKeyServer.cc b/src/auth/cephx/CephxKeyServer.cc
index 03f3bdf9669..c9958a39df6 100644
--- a/src/auth/cephx/CephxKeyServer.cc
+++ b/src/auth/cephx/CephxKeyServer.cc
@@ -12,14 +12,13 @@
*
*/
-#include "common/config.h"
+#include <sstream>
-#include "CephxKeyServer.h"
+#include "common/config.h"
#include "common/Timer.h"
-
#include "global/global_context.h"
-#include <sstream>
+#include "CephxKeyServer.h"
#define dout_subsys ceph_subsys_auth
#undef dout_prefix