X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp10l.c;h=f3da1a082c5ef35183304ed12f7c74d7d168db1d;hb=2e5fff43dd7fc808197744c67cca7908ac19bb4f;hp=b758ebffe1dac7332d4ce874acc49abbc5870a1a;hpb=18daae313531ed597d0f6227d15af00b04b104c8;p=musl diff --git a/src/math/exp10l.c b/src/math/exp10l.c index b758ebff..f3da1a08 100644 --- a/src/math/exp10l.c +++ b/src/math/exp10l.c @@ -1,7 +1,6 @@ #define _GNU_SOURCE #include #include -#include "libc.h" #include "libm.h" #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024