diff options
author | ermolovd <ermolovd@yandex-team.com> | 2024-11-18 18:37:13 +0300 |
---|---|---|
committer | ermolovd <ermolovd@yandex-team.com> | 2024-11-18 19:07:19 +0300 |
commit | eb9ebcd66823f2331380c62c209c41382fcdabdb (patch) | |
tree | cbb1bf8cac576fa446fd44f96086f1fbf8e1a609 /yt/cpp/mapreduce/http/http_client.h | |
parent | 2af8e95bd4d3f701a8dd6d255b1af4ef4a205cf4 (diff) | |
download | ydb-eb9ebcd66823f2331380c62c209c41382fcdabdb.tar.gz |
cpp/mapreduce: fix style
commit_hash:4b9b636737f162b91295356e0ac17f0ea2beab20
Diffstat (limited to 'yt/cpp/mapreduce/http/http_client.h')
-rw-r--r-- | yt/cpp/mapreduce/http/http_client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/http/http_client.h b/yt/cpp/mapreduce/http/http_client.h index 97321c4c9d..6087eca098 100644 --- a/yt/cpp/mapreduce/http/http_client.h +++ b/yt/cpp/mapreduce/http/http_client.h @@ -11,8 +11,6 @@ #include <util/stream/fwd.h> -#include <memory> - namespace NYT::NHttpClient { //////////////////////////////////////////////////////////////////////////////// |