X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsinf.c;h=3ebc4d82105efbb14202e2274c82e6bbcb47d814;hb=978759d6ea01cb406c634912a2e876aa8475955e;hp=4b8c4276784a794d36cfd255783738135d524264;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/sinf.c b/src/math/sinf.c index 4b8c427..3ebc4d8 100644 --- a/src/math/sinf.c +++ b/src/math/sinf.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "ucb/sinf.h" #include "sanity/sinf.h" +#include "special/sinf.h" };