]> git.mxchange.org Git - simgear.git/commitdiff
Various SGI portability tweaks.
authorcurt <curt>
Thu, 7 Oct 1999 21:08:50 +0000 (21:08 +0000)
committercurt <curt>
Thu, 7 Oct 1999 21:08:50 +0000 (21:08 +0000)
simgear/ephemeris/celestialBody.cxx
simgear/ephemeris/moon.cxx

index 715cd61339bfd41461c1d39ccc16c54d19d2bf0f..67dd505990ae9b84f0f9c31b94b0cd25efbc6ae0 100644 (file)
@@ -22,8 +22,6 @@
  * $Id$
  **************************************************************************/
 
-#include "celestialBody.hxx"
-#include "star.hxx"
 #include <Debug/logstream.hxx>
 
 #ifdef FG_MATH_EXCEPTION_CLASH
 #endif
 #include <math.h>
 
+#include "celestialBody.hxx"
+#include "star.hxx"
+
+
 /**************************************************************************
  * void CelestialBody::updatePosition(fgTIME *t, Star *ourSun)
  *
index 6423f6dcf6b84ca580f2fb27b50876a019fa1984..75d304c8c1cb4df2f37789a7e16aa2c6ec4869c2 100644 (file)
  * $Id$
  **************************************************************************/
 
-#include <FDM/flight.hxx>
 
 #include <string.h>
-#include "moon.hxx"
 
 #include <Debug/logstream.hxx>
 #include <Main/options.hxx>
@@ -37,6 +35,9 @@
 #endif
 #include <math.h>
 
+#include <FDM/flight.hxx>
+
+#include "moon.hxx"
 
 /*************************************************************************
  * Moon::Moon(FGTime *t)