Skip to content

Commit

Permalink
fix: Avoid including asio/spawn.hpp through asio_grpc.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Oct 28, 2023
1 parent 7d7aebb commit 253fc6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/agrpc/detail/register_rpc_handler_asio_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
#include <agrpc/detail/work_tracking_completion_handler.hpp>
#include <agrpc/grpc_context.hpp>

#ifdef AGRPC_STANDALONE_ASIO
#include <asio/spawn.hpp>
#elif defined(AGRPC_BOOST_ASIO)
#include <boost/asio/spawn.hpp>
#endif

AGRPC_NAMESPACE_BEGIN()

namespace detail
Expand Down

0 comments on commit 253fc6a

Please sign in to comment.