Use the wrapper in c99_math.h if needed.
Reviewed-by: Matt Turner <mattst88@gmail.com>
#define floorf(f) ((float) floor(f))
#define logf(f) ((float) log(f))
-#define powf(x,y) ((float) pow(x,y))
#define sqrtf(f) ((float) sqrt(f))
#endif
*/
+#include "c99_math.h"
#include "glheader.h"
#include "imports.h"
#include "context.h"
*/
+#include "c99_math.h"
#include "main/glheader.h"
#include "main/colormac.h"
#include "main/feedback.h"
*/
-
+#include "c99_math.h"
#include "main/glheader.h"
#include "main/colormac.h"
#include "main/light.h"