X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fcosh.c;h=3fa9466a8a43e4ffd6fb7bec8e92ddabf3b30e88;hb=79ae5f97595f6b9171b6bc8b17e5629f708279da;hp=44f9f1b23db0636459b33ef051c82e19f89c403d;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/cosh.c b/src/math/cosh.c index 44f9f1b..3fa9466 100644 --- a/src/math/cosh.c +++ b/src/math/cosh.c @@ -3,10 +3,10 @@ #include "util.h" static struct d_d t[] = { - #include "crlibm/cosh.h" #include "ucb/cosh.h" #include "sanity/cosh.h" + }; int main(void)