]> git.mxchange.org Git - flightgear.git/blobdiff - Tri2obj/tri2obj.c
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Tri2obj / tri2obj.c
index fb0f8ddb23b4bef31c05b90bd340a46f166503db..482906b37a08509229a6b208a25cf64a77a8081c 100644 (file)
@@ -34,7 +34,7 @@
 
 #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"
@@ -640,9 +640,12 @@ int main(int argc, char **argv) {
 
 
 /* $Log$
-/* Revision 1.12  1998/04/08 23:22:18  curt
-/* Adopted Gnu automake/autoconf system.
+/* 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.
  *