diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 13:25:38 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 13:36:12 +0300 |
commit | 1262e69fbabf585eb92f8abbf4e53bc32dde90d8 (patch) | |
tree | ffce1194f053fb2b9702c56edd8a176b22b0081c | |
parent | 9158d9115725ca7f4ada745ec55eddd5747bc61e (diff) | |
download | ydb-1262e69fbabf585eb92f8abbf4e53bc32dde90d8.tar.gz |
Remove unused sysincl spec for relocatable.h
0045c9e232732fd10d0dd4a22447ff755c037740
-rw-r--r-- | build/sysincl/unsorted.yml | 1 | ||||
-rw-r--r-- | contrib/tools/m4/lib/localcharset.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index 697a0b4604..6bb94d1d93 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -105,7 +105,6 @@ - pire/config.h - pngusr.h - pth.h - - relocatable.h - rtl.h - shlib-compat.h - sigsegv.h diff --git a/contrib/tools/m4/lib/localcharset.c b/contrib/tools/m4/lib/localcharset.c index 2c31399da5..212eb12e1f 100644 --- a/contrib/tools/m4/lib/localcharset.c +++ b/contrib/tools/m4/lib/localcharset.c @@ -71,7 +71,7 @@ #endif #if ENABLE_RELOCATABLE -# include "relocatable.h" +# error #include "relocatable.h" #else # define relocate(pathname) (pathname) #endif |