summaryrefslogtreecommitdiff
path: root/src/ceph_authtool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph_authtool.cc')
-rw-r--r--src/ceph_authtool.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ceph_authtool.cc b/src/ceph_authtool.cc
index c0a06ca1e53..b9a5e983a39 100644
--- a/src/ceph_authtool.cc
+++ b/src/ceph_authtool.cc
@@ -12,20 +12,19 @@
*
*/
-using namespace std;
+#include <sstream>
#include "common/config.h"
#include "common/strtol.h"
-
#include "common/ConfUtils.h"
#include "common/ceph_argparse.h"
-#include "global/global_context.h"
-#include "global/global_init.h"
#include "auth/Crypto.h"
#include "auth/Auth.h"
#include "auth/KeyRing.h"
+#include "global/global_context.h"
+#include "global/global_init.h"
-#include <sstream>
+using namespace std;
void usage()
{