summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/structured_table_formats.cpp
diff options
context:
space:
mode:
authorhiddenpath <[email protected]>2025-02-08 20:19:21 +0300
committerhiddenpath <[email protected]>2025-02-08 20:40:43 +0300
commitd2703b22bd88ed7b99b83327594ef7cc3dc27f88 (patch)
treeb9c0eebaef8a897d71bf44945a79e97f73990a1f /yt/cpp/mapreduce/client/structured_table_formats.cpp
parent6b7c255668de517dff6462bd377d345d240f8a67 (diff)
YT-23616: Move RequestWithRetry to common
commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2
Diffstat (limited to 'yt/cpp/mapreduce/client/structured_table_formats.cpp')
-rw-r--r--yt/cpp/mapreduce/client/structured_table_formats.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/client/structured_table_formats.cpp b/yt/cpp/mapreduce/client/structured_table_formats.cpp
index 2d0bcee3db6..5df2c408736 100644
--- a/yt/cpp/mapreduce/client/structured_table_formats.cpp
+++ b/yt/cpp/mapreduce/client/structured_table_formats.cpp
@@ -4,8 +4,7 @@
#include "skiff.h"
#include <yt/cpp/mapreduce/common/retry_lib.h>
-
-#include <yt/cpp/mapreduce/http/retry_request.h>
+#include <yt/cpp/mapreduce/common/retry_request.h>
#include <yt/cpp/mapreduce/interface/common.h>
#include <yt/cpp/mapreduce/interface/raw_client.h>