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