remove libm.h includes when math.h and float.h are enough
authornsz <nsz@port70.net>
Tue, 13 Mar 2012 18:51:14 +0000 (19:51 +0100)
committernsz <nsz@port70.net>
Tue, 13 Mar 2012 18:51:14 +0000 (19:51 +0100)
commit9560b6b152efeb23cc4e570dbaea5ef333ac971f
tree21a80f73b9ed676889148212429ee558d54c91cd
parentdf8b3e5aef151748426b17d4fbccd508acb14207
remove libm.h includes when math.h and float.h are enough
31 files changed:
src/math/fdim.c
src/math/fdimf.c
src/math/fdiml.c
src/math/fmax.c
src/math/fmaxf.c
src/math/fmaxl.c
src/math/fmin.c
src/math/fminf.c
src/math/fminl.c
src/math/ilogb.c
src/math/ldexp.c
src/math/ldexpf.c
src/math/ldexpl.c
src/math/llrintl.c
src/math/llroundl.c
src/math/lrintl.c
src/math/lroundl.c
src/math/nearbyint.c
src/math/nearbyintf.c
src/math/nearbyintl.c
src/math/nexttoward.c
src/math/nexttowardl.c
src/math/remainderl.c
src/math/round.c
src/math/roundf.c
src/math/roundl.c
src/math/scalb.c
src/math/scalbf.c
src/math/scalbln.c
src/math/scalblnf.c
src/math/scalblnl.c