]> git.mxchange.org Git - flightgear.git/blobdiff - Math/polar.c
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / Math / polar.c
index aa67de508e2db48f55632d1d3542ffe51fbb9e48..ad157643e4e3cd1d3cd73bcaa6b47b5cddba9081 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/fg_constants.h>
 
 
 /* we can save these values between calls for efficiency */
@@ -101,10 +101,21 @@ 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.6  1998/04/25 22:06:23  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.5  1998/01/27 00:48:00  curt
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
+ * system and commandline/config file processing code.
+ *
+ * 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.
  *