add a single prototype, instead of including math.h

svn path=/branches/cmake-bringup/; revision=50537
This commit is contained in:
Timo Kreuzer 2011-01-28 17:44:30 +00:00
parent 09d50a5784
commit 2d96eac29f

View file

@ -3,7 +3,8 @@
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <math.h>
double __cdecl pow(double x, double y);
float powf(float x, float y)
{