]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / Time / sunpos.c
index 408ace291aa437c07cd7bbe0f24997020e457a64..00dbb21e932b488337e423816312e28f73102e86 100644 (file)
 #include <stdio.h>
 #include <time.h>
 
-#include "sunpos.h"
-#include "fg_time.h"
-#include "../Include/constants.h"
-#include "../Main/views.h"
-#include "../Math/fg_geodesy.h"
-#include "../Math/mat3.h"
-#include "../Math/polar.h"
+#include <Time/sunpos.h>
+#include <Time/fg_time.h>
+#include <Include/constants.h>
+#include <Main/views.h>
+#include <Math/fg_geodesy.h>
+#include <Math/mat3.h>
+#include <Math/polar.h>
 
 
 #undef E
@@ -373,10 +373,14 @@ void fgUpdateSunPos( void ) {
 
 
 /* $Log$
-/* Revision 1.22  1998/01/19 18:40:40  curt
-/* Tons of little changes to clean up the code and to remove fatal errors
-/* when building with the c++ compiler.
+/* Revision 1.23  1998/01/19 19:27:21  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.22  1998/01/19 18:40:40  curt
+ * Tons of little changes to clean up the code and to remove fatal errors
+ * when building with the c++ compiler.
+ *
  * Revision 1.21  1997/12/30 23:10:19  curt
  * Calculate lighting parameters here.
  *