X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpow.c;h=a3bf732b2a445b6f10b4ec9bf94431bf9d682187;hb=79ae5f97595f6b9171b6bc8b17e5629f708279da;hp=57ca123bf2d360bd00fd56f2d457f051d4b1cc9b;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/pow.c b/src/math/pow.c index 57ca123..a3bf732 100644 --- a/src/math/pow.c +++ b/src/math/pow.c @@ -3,10 +3,10 @@ #include "util.h" static struct dd_d t[] = { - #include "crlibm/pow.h" #include "ucb/pow.h" #include "sanity/pow.h" + }; int main(void)