X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2Fgeometry.c;h=b4cc0ae83dd283fd3b4791a81c9fbdd3a6daf1db;hb=bda27365e451e24df3fa764edf064750f1fb046c;hp=07a785ef989463477461d0a8c89df0158327eb8c;hpb=bc064ad9692835ff5dc9324913cb3d7910ea7320;p=flightgear.git diff --git a/Scenery/geometry.c b/Scenery/geometry.c index 07a785ef9..b4cc0ae83 100644 --- a/Scenery/geometry.c +++ b/Scenery/geometry.c @@ -28,8 +28,8 @@ #include #include -#include "geometry.h" -#include "mesh.h" +#include +#include 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 +/* 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++ *