X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ftan.c;h=88d88b02fe297038ba8da6943ef0c206877b589d;hb=2c671f66e28ac079ae1148f5135c9a52129cc807;hp=86c69b410f1906ec821f7e5d2ae449127e53455d;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/tan.c b/src/math/tan.c index 86c69b4..88d88b0 100644 --- a/src/math/tan.c +++ b/src/math/tan.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/tan.h" #include "ucb/tan.h" #include "sanity/tan.h" +#include "special/tan.h" };