X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatan2.c;h=b9f7d7672de66847073f5dada039faf5918d4661;hb=2113a3ed8217775797dd9a82aa420c10ef1712d5;hp=0772893e5bfb1d82228dc8260bd75cfffb872b6f;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atan2.c b/src/math/atan2.c index 0772893..b9f7d76 100644 --- a/src/math/atan2.c +++ b/src/math/atan2.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct dd_d t[] = { #include "ucb/atan2.h" #include "sanity/atan2.h" +#include "special/atan2.h" };