remove libm.h includes when math.h and float.h are enough

This commit is contained in:
nsz
2012-03-13 19:51:14 +01:00
parent df8b3e5aef
commit 9560b6b152
31 changed files with 47 additions and 30 deletions

View File

@ -1,4 +1,4 @@
#include "libm.h"
#include <math.h>
float fmaxf(float x, float y)
{