* $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)
*
* $Id$
**************************************************************************/
-#include <FDM/flight.hxx>
#include <string.h>
-#include "moon.hxx"
#include <Debug/logstream.hxx>
#include <Main/options.hxx>
#endif
#include <math.h>
+#include <FDM/flight.hxx>
+
+#include "moon.hxx"
/*************************************************************************
* Moon::Moon(FGTime *t)