diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-10 14:27:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:25:34 +0000 |
commit | 9455f61e882a2cdc58d968ec6dc39056c2ddc5d7 (patch) | |
tree | fc3fd9936d93f11f031d7d1957727929c018c9ff /contrib/libs | |
parent | 68f0a0ec6d72333eba14330e11b38da306a73944 (diff) | |
download | ydb-9455f61e882a2cdc58d968ec6dc39056c2ddc5d7.tar.gz |
Revert a patch
Diffstat (limited to 'contrib/libs')
-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 fc81fb7f02..9151bc6ef9 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__) |