X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatanf.c;h=271c1783824ad3e7c10dddfe4ebc5eb2c21a5345;hb=05b75aa5eb2a9908495c341300a2acc19e9eaf4b;hp=3e35a3c8e806f33be42b5186b4f166bc4ee6aff8;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atanf.c b/src/math/atanf.c index 3e35a3c..271c178 100644 --- a/src/math/atanf.c +++ b/src/math/atanf.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "ucb/atanf.h" #include "sanity/atanf.h" +#include "special/atanf.h" };