]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/geometry.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / Scenery / geometry.c
index 07a785ef989463477461d0a8c89df0158327eb8c..b4cc0ae83dd283fd3b4791a81c9fbdd3a6daf1db 100644 (file)
@@ -28,8 +28,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "geometry.h"
-#include "mesh.h"
+#include <Scenery/geometry.h>
+#include <Scenery/mesh.h>
 
 
 static vrmlGeometryType;
@@ -120,10 +120,14 @@ int vrmlFreeGeometry( void ) {
 
 
 /* $Log$
-/* Revision 1.6  1998/01/19 18:40:35  curt
-/* Tons of little changes to clean up the code and to remove fatal errors
-/* when building with the c++ compiler.
+/* Revision 1.7  1998/01/19 19:27:15  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.6  1998/01/19 18:40:35  curt
+ * Tons of little changes to clean up the code and to remove fatal errors
+ * when building with the c++ compiler.
+ *
  * Revision 1.5  1998/01/06 01:20:23  curt
  * Tweaks to help building with MSVC++
  *