diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-11-25 19:18:54 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-11-25 19:28:40 +0300 |
commit | 6bf5d4f51a33fcb62d474e6093381e8fc1540a9a (patch) | |
tree | 581059b3c02a4ee5d34d1dd95dc0fb2546e96705 | |
parent | 65f7ffc1a22535fdf5efe90eea37e22f81ff59b5 (diff) | |
download | ydb-6bf5d4f51a33fcb62d474e6093381e8fc1540a9a.tar.gz |
Cleanup build/sysincl
commit_hash:ad7132dafa3be8507c9be3aa7c26bdd21eb6cf3c
-rw-r--r-- | build/sysincl/misc.yml | 12 | ||||
-rw-r--r-- | build/sysincl/unsorted.yml | 3 |
2 files changed, 3 insertions, 12 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 98d7906993..bd44e8f8dc 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -228,7 +228,7 @@ - sqltypes.h - sqlucode.h -- source_filter: "^contrib/libs/(apache/apr|httpd|llvm)" +- source_filter: "^contrib/libs/(apache/apr|llvm)" includes: - uuid.h - uuid/uuid.h @@ -255,19 +255,11 @@ - hb-ft.h - hb.h -- source_filter: "^contrib/libs/httpd" - includes: - - nginx.h - - ngx_config.h - - ngx_core.h - - ngx_http.h - - ngx_log.h - - source_filter: "^contrib/libs/libpcap" includes: - strerror.h -- source_filter: "^contrib/libs/(apache/apr|httpd|openssl)" +- source_filter: "^contrib/libs/(apache/apr|openssl)" includes: - netinet/sctp.h diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index dcac806fa6..d77ea088ee 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -60,7 +60,6 @@ - gdbm.h - gmp.h - hp-timing.h - - httpd_wrap.h - i86.h - ieeedef.h - in.h @@ -155,7 +154,7 @@ - vasprintf.h #endif -- source_filter: "^contrib/(libs/(apache|httpd|libuv)|python/uWSGI)" +- source_filter: "^contrib/(libs/(apache|libuv)|python/uWSGI)" includes: - port.h |