]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGCMath.hxx
Allow geocentric distance computations to return radians.
[simgear.git] / simgear / math / SGCMath.hxx
index d6e22133acb55185ff86870e9dd8e17d145846bc..c5b4a3794a12422fcbfff4d73129eec9f709703b 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef SG_HAVE_STD_INCLUDES
-// We have cmath from the standard c++ lib available
 #include <cmath>
-#else
-// We only have math.h with the c89 double functions.
-#include <math.h>
-#endif
 
 #endif