From: Danny Al-Gaaf Date: Wed, 7 May 2014 11:53:07 +0000 (+0200) Subject: ceph_authtool.cc: remove not needed includes X-Git-Tag: v0.81~54^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c0dcd231e90afdcab0536c0df892555c85f2cd11;p=ceph.git ceph_authtool.cc: remove not needed includes Signed-off-by: Danny Al-Gaaf --- diff --git a/src/tools/ceph_authtool.cc b/src/tools/ceph_authtool.cc index f66a3c66eee9..082dddfd1513 100644 --- a/src/tools/ceph_authtool.cc +++ b/src/tools/ceph_authtool.cc @@ -12,19 +12,16 @@ * */ -#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 - void usage() { cout << "usage: ceph-authtool keyringfile [OPTIONS]...\n"