diff options
| author | hiddenpath <[email protected]> | 2025-02-08 20:19:21 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-02-08 20:40:43 +0300 |
| commit | d2703b22bd88ed7b99b83327594ef7cc3dc27f88 (patch) | |
| tree | b9c0eebaef8a897d71bf44945a79e97f73990a1f /yt/cpp/mapreduce/client/client_reader.cpp | |
| parent | 6b7c255668de517dff6462bd377d345d240f8a67 (diff) | |
YT-23616: Move RequestWithRetry to common
commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2
Diffstat (limited to 'yt/cpp/mapreduce/client/client_reader.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/client_reader.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/yt/cpp/mapreduce/client/client_reader.cpp b/yt/cpp/mapreduce/client/client_reader.cpp index ad21a309a34..61369859bc9 100644 --- a/yt/cpp/mapreduce/client/client_reader.cpp +++ b/yt/cpp/mapreduce/client/client_reader.cpp @@ -6,12 +6,9 @@ #include <yt/cpp/mapreduce/common/helpers.h> #include <yt/cpp/mapreduce/common/retry_lib.h> +#include <yt/cpp/mapreduce/common/retry_request.h> #include <yt/cpp/mapreduce/common/wait_proxy.h> -#include <yt/cpp/mapreduce/http/helpers.h> -#include <yt/cpp/mapreduce/http/requests.h> -#include <yt/cpp/mapreduce/http/retry_request.h> - #include <yt/cpp/mapreduce/interface/config.h> #include <yt/cpp/mapreduce/interface/raw_client.h> #include <yt/cpp/mapreduce/interface/tvm.h> |
