summaryrefslogtreecommitdiff
path: root/src/ceph_authtool.cc
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-02-11 16:42:27 +0100
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-02-11 16:42:27 +0100
commitc7970bbae17c66f415e94581c84a9c00a83d3ef4 (patch)
treeaaec7c1ca23a8c65aa0c1dbdb4e44443f476679d /src/ceph_authtool.cc
parentd6b205f1852eadb1e04a7b33d2e5a9d141d88de4 (diff)
downloadceph-c7970bbae17c66f415e94581c84a9c00a83d3ef4.tar.gz
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 <danny.al-gaaf@bisect.de>
Diffstat (limited to 'src/ceph_authtool.cc')
-rw-r--r--src/ceph_authtool.cc2
1 files changed, 0 insertions, 2 deletions
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"