diff --git a/include/cinatra/coro_http_client.hpp b/include/cinatra/coro_http_client.hpp index 312e2b90..2c2f37a9 100644 --- a/include/cinatra/coro_http_client.hpp +++ b/include/cinatra/coro_http_client.hpp @@ -3,7 +3,6 @@ #include #include #include -#include #include #include #include @@ -2454,10 +2453,6 @@ class coro_http_client : public std::enable_shared_from_this { bool stop_bench_ = false; size_t total_len_ = 0; #endif - template - friend async_simple::coro::Lazy send_file_without_copy( - coro_http_client *self, const std::filesystem::path &source, - std::error_code &ec, ssize_t length); }; } // namespace cinatra