]> git.mxchange.org Git - simgear.git/blobdiff - Astro/sun.c
Moved fg_debug.c to it's own library.
[simgear.git] / Astro / sun.c
index b59df6868b5646899473a68960224374db7afad5..645a7d6b3c8cc72cd04903acec4dd828cd5cd100 100644 (file)
@@ -34,8 +34,8 @@
 
 #include <Astro/orbits.h>
 #include <Astro/sun.h>
+#include <Debug/fg_debug.h>
 #include <Include/fg_constants.h>
-#include <Main/fg_debug.h>
 #include <Main/views.h>
 #include <Time/fg_time.h>
 #include <Time/sunpos.h>
@@ -188,9 +188,12 @@ void fgSunRender( void ) {
 
 
 /* $Log$
-/* Revision 1.9  1998/04/03 21:52:51  curt
-/* Converting to Gnu autoconf system.
+/* Revision 1.10  1998/04/18 04:13:58  curt
+/* Moved fg_debug.c to it's own library.
 /*
+ * Revision 1.9  1998/04/03 21:52:51  curt
+ * Converting to Gnu autoconf system.
+ *
  * Revision 1.8  1998/03/09 22:47:25  curt
  * Incorporated Durk's updates.
  *