X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatan.c;fp=src%2Fmath%2Fatan.c;h=2a18f5f219a2e0f1f7422f1ff4dfdf5193edefb7;hb=4282b03a8c212b0e38af1876364be5f332673ce6;hp=476a82c07904077f03521b34e9c7dd6fdb5f974b;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/atan.c b/src/math/atan.c index 476a82c..2a18f5f 100644 --- a/src/math/atan.c +++ b/src/math/atan.c @@ -3,10 +3,10 @@ #include "util.h" static struct d_d t[] = { - #include "crlibm/atan.h" #include "ucb/atan.h" #include "sanity/atan.h" + }; int main(void)