diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-07-28 17:10:27 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-07-28 17:10:27 +0300 |
commit | 128317b5f4cb38480a6c3407e25a144ce3026a1c (patch) | |
tree | 4e9cd90a4e454fd678d2500d6a30bc55b8674d32 | |
parent | 5e02559e039805fbeaabcb29658780f74e76a588 (diff) | |
download | ydb-128317b5f4cb38480a6c3407e25a144ce3026a1c.tar.gz |
Intermediate changes
-rw-r--r-- | build/sysincl/misc.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 8b12e3cb8c..cb5cb41c30 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -8,11 +8,6 @@ - sqlcli1.h -- includes: - - gelf.h: contrib/restricted/libelf/include/gelf.h - - libelf.h: contrib/restricted/libelf/include/libelf.h - - sys_elf.h: contrib/restricted/libelf/include/sys_elf.h - # We have lots of ADDINCLs to contrib/libs/libiconv all around the repo # so we need to add it to sysincl for consistent resolving. # We can go the other way here and remove iconv.h from all sysincl configs @@ -344,14 +339,6 @@ includes: - backtrace.h: contrib/libs/backtrace/backtrace.h -- source_filter: "^contrib/restricted/libelf" - includes: - - byteswap.h: contrib/restricted/libelf/lib/byteswap.h - - gelf.h: contrib/restricted/libelf/lib/gelf.h - - libelf.h: contrib/restricted/libelf/lib/libelf.h - - nlist.h: contrib/restricted/libelf/lib/nlist.h - - sys_elf.h: contrib/restricted/libelf/lib/sys_elf.h - - source_filter: "^contrib/libs/dpdk/" includes: - process.h: contrib/libs/dpdk/drivers/bus/dpaa/include/process.h |