aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-10 14:27:56 +0300
committerDaniil Cherednik <dcherednik@ydb.tech>2024-02-14 14:25:34 +0000
commit9455f61e882a2cdc58d968ec6dc39056c2ddc5d7 (patch)
treefc3fd9936d93f11f031d7d1957727929c018c9ff /contrib/libs
parent68f0a0ec6d72333eba14330e11b38da306a73944 (diff)
downloadydb-9455f61e882a2cdc58d968ec6dc39056c2ddc5d7.tar.gz
Revert a patch
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/cxxsupp/builtins/int_math.h1
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__)