aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-05-19 14:19:32 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-05-19 14:19:32 +0300
commit40a60543868c0fdfd32204f1cad9aa83791cfbff (patch)
tree651e405fc1be011fd5e458a777d89018f53af1f4
parent546b8bcd24cfcf94cc29f35b882f480ef63eb305 (diff)
downloadydb-40a60543868c0fdfd32204f1cad9aa83791cfbff.tar.gz
Remove sysincl for HP-specific acxx_demangle.h
ref:3f5fd81e99d02109a11a1a8a37bf983526df4d53
-rw-r--r--build/sysincl/unsorted.yml3
-rw-r--r--contrib/restricted/googletest/googletest/include/gtest/internal/gtest-type-util.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml
index a889b923a0..4d046d7532 100644
--- a/build/sysincl/unsorted.yml
+++ b/build/sysincl/unsorted.yml
@@ -513,9 +513,6 @@
- android/api-level.h
- android/ndk-version.h
#endif
- #if defined(__HP_aCC)
- - acxx_demangle.h
- #endif
#if defined(HAVE_CONFIG_H) && TODO
- config_auto.h
#endif
diff --git a/contrib/restricted/googletest/googletest/include/gtest/internal/gtest-type-util.h b/contrib/restricted/googletest/googletest/include/gtest/internal/gtest-type-util.h
index b87a2e2cac..7b2e13a9b2 100644
--- a/contrib/restricted/googletest/googletest/include/gtest/internal/gtest-type-util.h
+++ b/contrib/restricted/googletest/googletest/include/gtest/internal/gtest-type-util.h
@@ -42,7 +42,7 @@
# if GTEST_HAS_CXXABI_H_
# include <cxxabi.h>
# elif defined(__HP_aCC)
-# include <acxx_demangle.h>
+# error #include <acxx_demangle.h>
# endif // GTEST_HASH_CXXABI_H_
namespace testing {