uranus.cxx uranus.hxx \
venus.cxx venus.hxx
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
* $Id$
**************************************************************************/
-#include <Debug/logstream.hxx>
+#include <simgear/logstream.hxx>
#ifdef FG_MATH_EXCEPTION_CLASH
# define exception c_exception
#endif
+#include <simgear/constants.h>
+
#include <Time/fg_time.hxx>
-#include <Include/fg_constants.h>
class Star;
#include <string.h>
-#include <Debug/logstream.hxx>
+#include <simgear/logstream.hxx>
+#include <simgear/fgpath.hxx>
+
#include <Main/options.hxx>
-#include <Misc/fgpath.hxx>
#include <Objects/texload.h>
#ifdef __BORLANDC__
#ifndef _MOON_HXX_
#define _MOON_HXX_
+#include <simgear/constants.h>
+
#include <Aircraft/aircraft.hxx>
-#include <Include/fg_constants.h>
#include <Main/views.hxx>
#include <Time/fg_time.hxx>
#include <math.h>
#include <GL/glut.h>
-#include <XGL/xgl.h>
+#include <simgear/xgl.h>
+
+#include <simgear/logstream.hxx>
+#include <simgear/constants.h>
+#include <simgear/fg_random.h>
#include <Aircraft/aircraft.hxx>
-#include <Debug/logstream.hxx>
#include <FDM/flight.hxx>
-#include <Include/fg_constants.h>
#include <Main/views.hxx>
-#include <Math/fg_random.h>
#include <Time/event.hxx>
#include <Time/fg_time.hxx>
#include <math.h>
#include <GL/glut.h>
-#include <XGL/xgl.h>
-#include <Debug/logstream.hxx>
+#include <simgear/xgl.h>
+
+#include <simgear/logstream.hxx>
+
#include <Time/sunpos.hxx>
#include <Time/moonpos.hxx>
#include "solarsystem.hxx"
# define exception c_exception
#endif
#include <math.h>
+
+#include <simgear/logstream.hxx>
+
#include <Time/sunpos.hxx>
-#include <Debug/logstream.hxx>
#include <Time/light.hxx>
#include <Main/options.hxx>
+
#include "star.hxx"
/*************************************************************************
# include <windows.h>
#endif
-#include "Include/compiler.h"
+#include <simgear/compiler.h>
+
#ifdef FG_HAVE_STD_INCLUDES
# include <cmath>
# include <cstdio>
#include <string>
#include <GL/glut.h>
-#include <XGL/xgl.h>
+#include <simgear/xgl.h>
+
+#include <simgear/logstream.hxx>
+#include <simgear/constants.h>
+#include <simgear/fgpath.hxx>
+#include <simgear/fgstream.hxx>
+#include <simgear/stopwatch.hxx>
#include <Aircraft/aircraft.hxx>
-#include <Debug/logstream.hxx>
-#include <Include/fg_constants.h>
-#include <Misc/fgpath.hxx>
-#include <Misc/fgstream.hxx>
-#include <Misc/stopwatch.hxx>
#include <Main/options.hxx>
#include <Main/views.hxx>
#include <Time/fg_time.hxx>
-#include "Misc/stopwatch.hxx"
#include "stars.hxx"