diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-10 11:11:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 15:58:17 +0300 |
commit | 4ea9ba77900523cdb8765a260b28d0a7ef906806 (patch) | |
tree | 28970f6ff02ab18cb5bc5044b9afbde70db95f6b /library/cpp/charset | |
parent | d80d342ddc1aff6e89a7fc1183ea621bc7ed4387 (diff) | |
download | ydb-4ea9ba77900523cdb8765a260b28d0a7ef906806.tar.gz |
intermediate changes
ref:2c3e46cc24129798623a4e38cf6e79cae4c95dac
Diffstat (limited to 'library/cpp/charset')
-rw-r--r-- | library/cpp/charset/ci_string.cpp | 1 | ||||
-rw-r--r-- | library/cpp/charset/cp_encrec.cpp | 1 | ||||
-rw-r--r-- | library/cpp/charset/generated/encrec_data.cpp | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/library/cpp/charset/ci_string.cpp b/library/cpp/charset/ci_string.cpp index 634b05ec68..6097e40131 100644 --- a/library/cpp/charset/ci_string.cpp +++ b/library/cpp/charset/ci_string.cpp @@ -1,5 +1,4 @@ #include "ci_string.h" -#include "wide.h" int TCiString::compare(const TCiString& s1, const TCiString& s2, const CodePage& cp) { return cp.stricmp(s1.data(), s2.data()); diff --git a/library/cpp/charset/cp_encrec.cpp b/library/cpp/charset/cp_encrec.cpp index 1334afaa90..e4570cd628 100644 --- a/library/cpp/charset/cp_encrec.cpp +++ b/library/cpp/charset/cp_encrec.cpp @@ -1,6 +1,5 @@ #include "codepage.h" -#include <util/string/cast.h> #include <util/stream/output.h> void Encoder::Tr(const wchar32* in, char* out, size_t len) const { diff --git a/library/cpp/charset/generated/encrec_data.cpp b/library/cpp/charset/generated/encrec_data.cpp index c1a8579dac..ca59f8ddef 100644 --- a/library/cpp/charset/generated/encrec_data.cpp +++ b/library/cpp/charset/generated/encrec_data.cpp @@ -1,5 +1,4 @@ #include <library/cpp/charset/codepage.h> -#include <library/cpp/charset/wide.h> extern const char defchars[][DEFCHAR_BUF]; static const char PP_00[257] = @@ -15079,4 +15078,3 @@ const Recoder NCodepagePrivate::TCodePageData::rcdr_to_title[] = { {{},}, {{},}, }; - |