diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mathc99.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mathc99.h b/src/mathc99.h index d1dc504..ae31a22 100644 --- a/src/mathc99.h +++ b/src/mathc99.h @@ -13,8 +13,6 @@ float fmax(float a, float b); #else
#include <math.h>
-#include <cmath>
-using std::isinf;
#endif
|