Skip to content

Commit

Permalink
Remove unused using and add missing header files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 28, 2023
1 parent 4a7281f commit f206ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions proxy/include/proxy/base_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef INCLUDE__2023_10_18__BASE_STREAM_HPP
#define INCLUDE__2023_10_18__BASE_STREAM_HPP

#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/ip/udp.hpp>
#include <boost/variant2.hpp>
#include <boost/system/error_code.hpp>

Expand Down
1 change: 0 additions & 1 deletion server/proxy_server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ namespace po = boost::program_options;

namespace net = boost::asio;
namespace fs = std::filesystem;
using net::ip::tcp;
using namespace proxy;

using server_ptr = std::shared_ptr<proxy_server>;
Expand Down

0 comments on commit f206ce8

Please sign in to comment.