]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGMath.hxx
use the proper namespace
[simgear.git] / simgear / math / SGMath.hxx
index 024fe4c19ee1194289ecc0b26d1f5954318420b0..b311136befddd536c963f196400087834ce635fa 100644 (file)
 
 #include <iosfwd>
 
+#include "SGMathFwd.hxx"
+
+#include "SGCMath.hxx"
 #include "SGLimits.hxx"
 #include "SGMisc.hxx"
 #include "SGGeodesy.hxx"
+#include "SGVec2.hxx"
 #include "SGVec3.hxx"
 #include "SGVec4.hxx"
-#include "SGQuat.hxx"
-#include "SGMatrix.hxx"
 #include "SGGeoc.hxx"
 #include "SGGeod.hxx"
+#include "SGQuat.hxx"
+#include "SGLocation.hxx"
+#include "SGMatrix.hxx"
 
 #endif