]> git.mxchange.org Git - simgear.git/blobdiff - simgear/constants.h
Include the bounding volume tree on the build system.
[simgear.git] / simgear / constants.h
index b6fd7a909affd3c208f4ccba1fb6bdf60ba7f2fa..df0fc8baa3e2d74870ec68551b087322090633d5 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef SG_HAVE_STD_INCLUDES
-#  include <cmath>
-#else
-#  ifdef SG_MATH_EXCEPTION_CLASH
-#    define exception C_exception
-#  endif
-#  include <math.h>
-#endif
+#include <cmath>
+
 
 #include <plib/sg.h>