Various SGI portability tweaks.

This commit is contained in:
curt 1999-10-07 21:08:50 +00:00
parent 63c9dcdd96
commit 862b884f02
2 changed files with 7 additions and 4 deletions

View File

@ -22,8 +22,6 @@
* $Id$
**************************************************************************/
#include "celestialBody.hxx"
#include "star.hxx"
#include <Debug/logstream.hxx>
#ifdef FG_MATH_EXCEPTION_CLASH
@ -31,6 +29,10 @@
#endif
#include <math.h>
#include "celestialBody.hxx"
#include "star.hxx"
/**************************************************************************
* void CelestialBody::updatePosition(fgTIME *t, Star *ourSun)
*

View File

@ -22,10 +22,8 @@
* $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)