summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-02-10 14:27:56 +0300
committerthegeorg <[email protected]>2024-02-10 14:42:21 +0300
commitf5e9b6009ff6b01de4e4e33c1da03006acc77fc2 (patch)
treee0563ebe801f608ea901755d23dc6184f0fb182e
parent38e035194be0d48943ba7733414b8a0217478691 (diff)
Revert a patch
-rw-r--r--build/sysincl/unsorted.yml1
-rw-r--r--contrib/libs/cxxsupp/builtins/int_math.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml
index dee03d55a67..7c96844b3a9 100644
--- a/build/sysincl/unsorted.yml
+++ b/build/sysincl/unsorted.yml
@@ -319,7 +319,6 @@
- rtcapi.h
- vadefs.h
- varargs.h
- - ymath.h
- crtassem.h
#endif
#if defined(_unix_) && TODO
diff --git a/contrib/libs/cxxsupp/builtins/int_math.h b/contrib/libs/cxxsupp/builtins/int_math.h
index fc81fb7f022..9151bc6ef9a 100644
--- a/contrib/libs/cxxsupp/builtins/int_math.h
+++ b/contrib/libs/cxxsupp/builtins/int_math.h
@@ -28,7 +28,6 @@
#if defined(_MSC_VER) && !defined(__clang__)
#include <math.h>
#include <stdlib.h>
-#include <ymath.h>
#endif
#if defined(_MSC_VER) && !defined(__clang__)