Skip to content

Commit

Permalink
Remove unused using namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 28, 2023
1 parent 82d8d02 commit 2509883
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions example/http_proxy_client/http_proxy_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
#include <boost/asio/detached.hpp>

#include <boost/program_options.hpp>
namespace po = boost::program_options;

namespace net = boost::asio;
using net::ip::tcp;
using namespace proxy;


Expand Down
1 change: 0 additions & 1 deletion example/nested_proxy/nested_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <memory>

namespace net = boost::asio;
using net::ip::tcp;
using namespace proxy;

using server_ptr = std::shared_ptr<proxy::proxy_server>;
Expand Down
1 change: 0 additions & 1 deletion example/socks_client/socks_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <boost/asio/detached.hpp>

#include <boost/program_options.hpp>
namespace po = boost::program_options;

namespace net = boost::asio;
using net::ip::tcp;
Expand Down
1 change: 0 additions & 1 deletion proxy/include/proxy/async_connect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

namespace asio_util {
namespace net = boost::asio;
namespace ip = net::ip;

namespace detail {
template <typename Stream, typename Handler>
Expand Down

0 comments on commit 2509883

Please sign in to comment.