]> git.mxchange.org Git - simgear.git/blobdiff - Math/polar.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[simgear.git] / Math / polar.c
index aa67de508e2db48f55632d1d3542ffe51fbb9e48..3d8d7ba24bfd27fa46793b2f018d4976b8b415f4 100644 (file)
@@ -27,8 +27,8 @@
 #include <math.h>
 #include <stdio.h>
 
-#include "polar.h"
-#include "../Include/constants.h"
+#include <Math/polar.h>
+#include <Include/constants.h>
 
 
 /* we can save these values between calls for efficiency */
@@ -101,10 +101,14 @@ struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p) {
 
 
 /* $Log$
-/* Revision 1.3  1997/12/15 23:54:54  curt
-/* Add xgl wrappers for debugging.
-/* Generate terrain normals on the fly.
+/* Revision 1.4  1998/01/19 19:27:12  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.3  1997/12/15 23:54:54  curt
+ * Add xgl wrappers for debugging.
+ * Generate terrain normals on the fly.
+ *
  * Revision 1.2  1997/07/31 22:52:27  curt
  * Working on redoing internal coordinate systems & scenery transformations.
  *