diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-10 14:27:56 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-10 14:42:21 +0300 |
commit | f5e9b6009ff6b01de4e4e33c1da03006acc77fc2 (patch) | |
tree | e0563ebe801f608ea901755d23dc6184f0fb182e /contrib | |
parent | 38e035194be0d48943ba7733414b8a0217478691 (diff) | |
download | ydb-f5e9b6009ff6b01de4e4e33c1da03006acc77fc2.tar.gz |
Revert a patch
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/int_math.h | 1 |
1 files changed, 0 insertions, 1 deletions
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__) |