]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_authtool.cc: remove not needed includes
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 11:53:07 +0000 (13:53 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 11:53:07 +0000 (13:53 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/tools/ceph_authtool.cc

index f66a3c66eee9a4948c8c1ddf5dc54a42766c675c..082dddfd1513ad9c99a09ccb6ec610c27353bf57 100644 (file)
  * 
  */
 
-#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 <sstream>
-
 void usage()
 {
   cout << "usage: ceph-authtool keyringfile [OPTIONS]...\n"