X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatan.c;h=97127124f7606d084d8dfbe50c83264ded87e0b3;hb=2113a3ed8217775797dd9a82aa420c10ef1712d5;hp=825f2cedb0ce37fdb572b15a78855ea099383eb0;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atan.c b/src/math/atan.c index 825f2ce..9712712 100644 --- a/src/math/atan.c +++ b/src/math/atan.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/atan.h" #include "ucb/atan.h" #include "sanity/atan.h" +#include "special/atan.h" };