From: curt Date: Thu, 7 Oct 1999 21:08:50 +0000 (+0000) Subject: Various SGI portability tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=862b884f028a662e1524414ee9f64f2e34abbe37;p=simgear.git Various SGI portability tweaks. --- diff --git a/simgear/ephemeris/celestialBody.cxx b/simgear/ephemeris/celestialBody.cxx index 715cd613..67dd5059 100644 --- a/simgear/ephemeris/celestialBody.cxx +++ b/simgear/ephemeris/celestialBody.cxx @@ -22,8 +22,6 @@ * $Id$ **************************************************************************/ -#include "celestialBody.hxx" -#include "star.hxx" #include #ifdef FG_MATH_EXCEPTION_CLASH @@ -31,6 +29,10 @@ #endif #include +#include "celestialBody.hxx" +#include "star.hxx" + + /************************************************************************** * void CelestialBody::updatePosition(fgTIME *t, Star *ourSun) * diff --git a/simgear/ephemeris/moon.cxx b/simgear/ephemeris/moon.cxx index 6423f6dc..75d304c8 100644 --- a/simgear/ephemeris/moon.cxx +++ b/simgear/ephemeris/moon.cxx @@ -22,10 +22,8 @@ * $Id$ **************************************************************************/ -#include #include -#include "moon.hxx" #include #include
@@ -37,6 +35,9 @@ #endif #include +#include + +#include "moon.hxx" /************************************************************************* * Moon::Moon(FGTime *t)