]> git.mxchange.org Git - flightgear.git/blobdiff - SplitTris/splittris.c
Adopted Gnu automake/autoconf system.
[flightgear.git] / SplitTris / splittris.c
index 36b8db35678eb6ee29b152c85b7cef0bbe28a3ea..38b87b227c25d666752426372fd5c0d6cdf2ac16 100644 (file)
 
 #include <Include/fg_constants.h>
 #include <Include/fg_types.h>
-#include <Math/fg_geodesy.h>
-#include <Math/mat3.h>
-#include <Math/polar.h>
-#include <Scenery/bucketutils.h>
+#include <Scenery/Bucket/bucketutils.h>
 
+#include "fg_geodesy.h"
+#include "mat3.h"
+#include "polar.h"
 
 int nodecount, tricount;
 double xmin, xmax, ymin, ymax;
@@ -612,9 +612,12 @@ int main(int argc, char **argv) {
 
 
 /* $Log$
-/* Revision 1.6  1998/03/03 15:36:13  curt
-/* Tweaks for compiling with g++
+/* Revision 1.7  1998/04/08 23:21:13  curt
+/* Adopted Gnu automake/autoconf system.
 /*
+ * Revision 1.6  1998/03/03 15:36:13  curt
+ * Tweaks for compiling with g++
+ *
  * Revision 1.5  1998/03/03 03:37:04  curt
  * Cumulative tweaks.
  *