X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGCMath.hxx;h=c5b4a3794a12422fcbfff4d73129eec9f709703b;hb=b99f53fda3b06378668bdccd4a9d07161f263366;hp=d6e22133acb55185ff86870e9dd8e17d145846bc;hpb=607987def582820eb738b61d336d2a301df1c38d;p=simgear.git diff --git a/simgear/math/SGCMath.hxx b/simgear/math/SGCMath.hxx index d6e22133..c5b4a379 100644 --- a/simgear/math/SGCMath.hxx +++ b/simgear/math/SGCMath.hxx @@ -20,12 +20,6 @@ #include -#ifdef SG_HAVE_STD_INCLUDES -// We have cmath from the standard c++ lib available #include -#else -// We only have math.h with the c89 double functions. -#include -#endif #endif