]> git.mxchange.org Git - flightgear.git/blobdiff - Tri2obj/tri2obj.c
Updates ...
[flightgear.git] / Tri2obj / tri2obj.c
index fb0f8ddb23b4bef31c05b90bd340a46f166503db..4b12310de98b311cad46faecd695dd60050c53df 100644 (file)
 
 #include <Include/fg_constants.h>
 #include <Include/fg_types.h>
-#include <Scenery/Bucket/bucketutils.h>
+#include <Bucket/bucketutils.h>
 
-#include "fg_geodesy.h"
-#include "mat3.h"
-#include "polar.h"
+#include <Math/fg_geodesy.h>
+#include <Math/mat3.h>
+#include <Math/polar.h>
 
 
 int nodecount, tricount;
@@ -640,9 +640,15 @@ int main(int argc, char **argv) {
 
 
 /* $Log$
-/* Revision 1.12  1998/04/08 23:22:18  curt
-/* Adopted Gnu automake/autoconf system.
+/* Revision 1.14  1998/04/18 04:01:32  curt
+/* Now use libMath rather than having local copies of math routines.
 /*
+ * Revision 1.13  1998/04/14 02:26:11  curt
+ * Code reorganizations.  Added a Lib/ directory for more general libraries.
+ *
+ * Revision 1.12  1998/04/08 23:22:18  curt
+ * Adopted Gnu automake/autoconf system.
+ *
  * Revision 1.11  1998/03/03 16:01:00  curt
  * More c++ compile tweaks.
  *