X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatan2f.c;h=f3d3bf0995b82798afcbd41465109f05409fb8fc;hb=2c671f66e28ac079ae1148f5135c9a52129cc807;hp=e5d742d1b1b19c2d33b2c742874735ad756a1b1d;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atan2f.c b/src/math/atan2f.c index e5d742d..f3d3bf0 100644 --- a/src/math/atan2f.c +++ b/src/math/atan2f.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct ff_f t[] = { #include "ucb/atan2f.h" #include "sanity/atan2f.h" +#include "special/atan2f.h" };