diff options
Diffstat (limited to 'src/auth/cephx/CephxClientHandler.cc')
-rw-r--r-- | src/auth/cephx/CephxClientHandler.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/auth/cephx/CephxClientHandler.cc b/src/auth/cephx/CephxClientHandler.cc index 2818b7a679a..c51d53af63d 100644 --- a/src/auth/cephx/CephxClientHandler.cc +++ b/src/auth/cephx/CephxClientHandler.cc @@ -15,12 +15,11 @@ #include <errno.h> -#include "CephxClientHandler.h" -#include "CephxProtocol.h" +#include "common/config.h" #include "../KeyRing.h" -#include "common/config.h" +#include "CephxClientHandler.h" #define dout_subsys ceph_subsys_auth #undef dout_prefix |