From 862b884f028a662e1524414ee9f64f2e34abbe37 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 7 Oct 1999 21:08:50 +0000 Subject: [PATCH] Various SGI portability tweaks. --- simgear/ephemeris/celestialBody.cxx | 6 ++++-- simgear/ephemeris/moon.cxx | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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) -- 2.39.5