summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/string/string_udf.cpp
diff options
context:
space:
mode:
authoraneporada <[email protected]>2025-02-27 19:33:07 +0300
committeraneporada <[email protected]>2025-02-27 19:49:19 +0300
commit9a43d8d1ed58c0ad4d545d888e0e0d37a2af59d7 (patch)
treed04fda0d6cf8fcb218e7649e9dc8db40d8a8289b /yql/essentials/udfs/common/string/string_udf.cpp
parent7963851a89d1f2f2a561f7f622e420eec415a7a8 (diff)
Switch to library/cpp/charset/lite to avoid dependency on libiconv
commit_hash:787f4898632b0109fb15fa3f6bbd993430f47616
Diffstat (limited to 'yql/essentials/udfs/common/string/string_udf.cpp')
-rw-r--r--yql/essentials/udfs/common/string/string_udf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/yql/essentials/udfs/common/string/string_udf.cpp b/yql/essentials/udfs/common/string/string_udf.cpp
index d621e92582d..92a1fe6b5af 100644
--- a/yql/essentials/udfs/common/string/string_udf.cpp
+++ b/yql/essentials/udfs/common/string/string_udf.cpp
@@ -2,7 +2,6 @@
#include <yql/essentials/public/udf/udf_helpers.h>
#include <yql/essentials/public/udf/udf_value_builder.h>
-#include <library/cpp/charset/codepage.h>
#include <library/cpp/deprecated/split/split_iterator.h>
#include <library/cpp/html/pcdata/pcdata.h>
#include <library/cpp/string_utils/base32/base32.h>