diff options
author | Marius Kintel <marius@kintel.net> | 2014-01-16 00:32:31 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-01-16 00:32:31 (GMT) |
commit | 1fc52f8cd47213131e0eb76ccf184b5c7388c6b9 (patch) | |
tree | e17b45674e499ce27c8fc9fb2992133ef23c590a | |
parent | e3e635bce1bb660b1c22df2712c51495d5d0a3ae (diff) |
Remove isinf from mathc99 since we're using boost
-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
|