]> git.mxchange.org Git - simgear.git/commitdiff
Code reorganization.
authorcurt <curt>
Tue, 15 Feb 2000 02:30:02 +0000 (02:30 +0000)
committercurt <curt>
Tue, 15 Feb 2000 02:30:02 +0000 (02:30 +0000)
simgear/ephemeris/Makefile.am
simgear/ephemeris/celestialBody.cxx
simgear/ephemeris/celestialBody.hxx
simgear/ephemeris/moon.cxx
simgear/ephemeris/moon.hxx
simgear/ephemeris/sky.cxx
simgear/ephemeris/solarsystem.cxx
simgear/ephemeris/star.cxx
simgear/ephemeris/stars.cxx

index 3d3af9f390035a741fe6c9590c287e05308126ac..0d21c9765e60025c706c8cad2f1596b8bed2fc6e 100644 (file)
@@ -16,4 +16,4 @@ libAstro_a_SOURCES = \
        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
index 67dd505990ae9b84f0f9c31b94b0cd25efbc6ae0..502ae504e1481f8ffd2318e00354a39af62817b9 100644 (file)
@@ -22,7 +22,7 @@
  * $Id$
  **************************************************************************/
 
-#include <Debug/logstream.hxx>
+#include <simgear/logstream.hxx>
 
 #ifdef FG_MATH_EXCEPTION_CLASH
 #  define exception c_exception
index 3deccc09f15d7892cd243482fb9b631af1c75c4d..410ca01ae0ebcd8f544c9b1805a603cbab226a0c 100644 (file)
@@ -31,8 +31,9 @@
 #endif                                   
 
 
+#include <simgear/constants.h>
+
 #include <Time/fg_time.hxx>
-#include <Include/fg_constants.h>
 
 class Star;
 
index 7b3d4b79cf2e6b408ed74df4498d66943f902b21..65f4ef2b7b14ddbf598b4cc1bc3a9c9141b2f276 100644 (file)
 
 #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__
index 62451601e99fd3bd485858d890483d8956a4049c..619c159f52ce9f91653dde9ad03b04c58279430d 100644 (file)
@@ -24,8 +24,9 @@
 #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>
 
index 25b57cdf66ad26c1e08877d82a26f15be69a00a4..1ae7ddf0a52b042a1b5df1c8aec87c9cf1b6c6d4 100644 (file)
 #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>
 
index 56c78d8e8f68814f91c06c4a9c8e002baa749aec..4d5db44fc0cbe5c17e36e5ccf9a4958f774ba58f 100644 (file)
 #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"
index edf5223b7ff380513e1a8e0173433fed9fd24c1c..63e207a7fcfb76f6ea7758cc82bcbea342ee8de2 100644 (file)
 #  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"
 
 /*************************************************************************
index 057a39924e98e8412fda2383d3ba59eae6903d7a..ab6e5cebb3f63b7fd1dd743b82a0f789dc82c432 100644 (file)
@@ -30,7 +30,8 @@
 #  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"