From 1fc52f8cd47213131e0eb76ccf184b5c7388c6b9 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 15 Jan 2014 19:32:31 -0500 Subject: [PATCH] Remove isinf from mathc99 since we're using boost --- src/mathc99.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mathc99.h b/src/mathc99.h index d1dc5048..ae31a227 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