diff options
author | Abhishek Lekshmanan <abhishek@suse.com> | 2017-05-17 16:13:54 +0200 |
---|---|---|
committer | Abhishek Lekshmanan <abhishek@suse.com> | 2017-05-17 16:13:54 +0200 |
commit | b4a4416e1fa27d361745c669cfb1a3e47dc66d61 (patch) | |
tree | f32b168d6d9a777f4ba6fa389e94f47948b4e598 /src/rgw/rgw_torrent.h | |
parent | Merge pull request #15094 from fullerdj/wip-djf-19893 (diff) | |
download | ceph-b4a4416e1fa27d361745c669cfb1a3e47dc66d61.tar.xz ceph-b4a4416e1fa27d361745c669cfb1a3e47dc66d61.zip |
rgw: drop using namespace std in header files
We're still having the include in include/type.h, so just sweeping
things under the rug for now
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Diffstat (limited to 'src/rgw/rgw_torrent.h')
-rw-r--r-- | src/rgw/rgw_torrent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_torrent.h b/src/rgw/rgw_torrent.h index 6d2b28cd91a..ab8e89bbd79 100644 --- a/src/rgw/rgw_torrent.h +++ b/src/rgw/rgw_torrent.h @@ -11,7 +11,6 @@ #include "rgw_rados.h" #include "rgw_common.h" -using namespace std; using ceph::crypto::SHA1; struct req_state; |