]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/atmosphere.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Environment / atmosphere.hxx
index 68e64202de3e335dedde12a11f553ae7aa62fe4a..12df63327207cc2ebc314de0b75cfaa56c3cd36d 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/math/interpolater.hxx>
 
-#ifdef SG_HAVE_STD_INCLUDES
-#  include <cmath>
-#else
-#  include <math.h>
-#endif
+#include <cmath>
 
 using namespace std;