diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-11-14 21:29:49 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-11-14 21:29:49 +0200 |
| commit | 5de492be40e9d55a9b432b562c72e933d0df0efb (patch) | |
| tree | 46d23b2a38a41bbc6f1786f6c97413c1de3aefb5 /tests/core_proxy/core_proxy.cpp | |
| parent | f48aeab5c4d545ec7f5d0bf103631726cdda4a0d (diff) | |
| parent | 383ff4f68943c5d998fba8caa20aee481583f214 (diff) | |
| download | monzero-core-5de492be40e9d55a9b432b562c72e933d0df0efb.tar.gz monzero-core-5de492be40e9d55a9b432b562c72e933d0df0efb.tar.xz monzero-core-5de492be40e9d55a9b432b562c72e933d0df0efb.zip | |
Merge pull request #2629
383ff4f6 remove "using namespace std" from headers (moneromooo-monero)
Diffstat (limited to 'tests/core_proxy/core_proxy.cpp')
| -rw-r--r-- | tests/core_proxy/core_proxy.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index 0dc314b49..2c8f92d1f 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -34,12 +34,8 @@ #include "include_base_utils.h" #include "version.h" - -using namespace epee; - #include <iostream> #include <sstream> -using namespace std; #include <boost/program_options.hpp> @@ -56,6 +52,8 @@ using namespace std; #endif namespace po = boost::program_options; +using namespace std; +using namespace epee; using namespace cryptonote; using namespace crypto; |
