]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGMath.hxx
canvas::Text: get maximum width (if displayed on a single line).
[simgear.git] / simgear / math / SGMath.hxx
index 80c23ceb0f31bd3f06ac18751229560dd8f717d2..b311136befddd536c963f196400087834ce635fa 100644 (file)
 /// Just include them all
 
 #include <iosfwd>
-// FIXME, make it compile on IRIX
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-#include <osg/GL>
 
 #include "SGMathFwd.hxx"
 
@@ -42,6 +34,7 @@
 #include "SGGeoc.hxx"
 #include "SGGeod.hxx"
 #include "SGQuat.hxx"
+#include "SGLocation.hxx"
 #include "SGMatrix.hxx"
 
 #endif