diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-10 00:30:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:25:28 +0000 |
commit | f2ddbe836a3618d35080fdb77ad07ddf32ac6463 (patch) | |
tree | 25c661c24f2b74744ff7bcda2a6fe65f9bc045b6 | |
parent | f80a3188a4bf460d4877826bb5508e5f1c227dec (diff) | |
download | ydb-f2ddbe836a3618d35080fdb77ad07ddf32ac6463.tar.gz |
Mark remaining MSSTL-specific includes as unused
-rw-r--r-- | build/sysincl/stl-to-microsoft-stl-UNUSED.yml | 9 | ||||
-rw-r--r-- | build/sysincl/unsorted.yml | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/build/sysincl/stl-to-microsoft-stl-UNUSED.yml b/build/sysincl/stl-to-microsoft-stl-UNUSED.yml index 0aec187058..2a6f486e25 100644 --- a/build/sysincl/stl-to-microsoft-stl-UNUSED.yml +++ b/build/sysincl/stl-to-microsoft-stl-UNUSED.yml @@ -2,7 +2,16 @@ # It contains a non-standard subset of Microsoft/STL specific headers as found at # https://github.com/microsoft/STL/tree/main/stl/inc - includes: + - xhash + - xiosbase + - xlocale + - xlocinfo + - xlocnum + - xmemory - xstddef + - xstring + - xtr1common + - xtree - xutility - ymath.h - yvals.h diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index f6169cc000..03f77e0e1f 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -701,15 +701,6 @@ - dvec.h - setjmpex.h - srv.h - - xhash - - xiosbase - - xlocale - - xlocinfo - - xlocnum - - xmemory - - xstring - - xtr1common - - xtree - yvals.h #endif #if defined(_unix_) && TODO |