X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fcosl.c;h=25d9005ac5b98545ab44f5e2bcb3c65c51dc4117;hp=2c650cdce4fb5e46da881a154652c1303c7cb921;hb=2e8c8fbe7d65ba0026cb084dc8570d94cbc908ff;hpb=c3587effe27a3ac8c1406f064b7705963be9887a diff --git a/src/math/cosl.c b/src/math/cosl.c index 2c650cdc..25d9005a 100644 --- a/src/math/cosl.c +++ b/src/math/cosl.c @@ -36,8 +36,6 @@ long double cosl(long double x) { return cos(x); } #elif (LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 113) && LDBL_MAX_EXP == 16384 -#include "__rem_pio2l.h" - long double cosl(long double x) { union IEEEl2bits z;