From: Danny Al-Gaaf Date: Mon, 11 Feb 2013 15:42:27 +0000 (+0100) Subject: ceph_authtool.cc: fix implicitly-defined namespace 'std' X-Git-Tag: v0.58~109^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c7970bbae17c66f415e94581c84a9c00a83d3ef4;p=ceph.git ceph_authtool.cc: fix implicitly-defined namespace 'std' Fix warning from clang(++): ceph_authtool.cc:15:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ Signed-off-by: Danny Al-Gaaf --- diff --git a/src/ceph_authtool.cc b/src/ceph_authtool.cc index c0a06ca1e53..d4d205a4fa1 100644 --- a/src/ceph_authtool.cc +++ b/src/ceph_authtool.cc @@ -12,8 +12,6 @@ * */ -using namespace std; - #include "common/config.h" #include "common/strtol.h"