From 1fc52f8cd47213131e0eb76ccf184b5c7388c6b9 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 15 Jan 2014 19:32:31 -0500 Subject: Remove isinf from mathc99 since we're using boost 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 -#include -using std::isinf; #endif -- cgit v0.10.1