From ded1d2343f7a4f46ba2e041e3c73187bfe13d961 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 26 Sep 2000 21:01:46 +0000 Subject: [PATCH] Renamed fg_types.hxx -> sg_types.hxx --- simgear/math/Makefile.am | 2 +- simgear/misc/texcoord.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/math/Makefile.am b/simgear/math/Makefile.am index 275a965d..6fad91b0 100644 --- a/simgear/math/Makefile.am +++ b/simgear/math/Makefile.am @@ -12,11 +12,11 @@ include_HEADERS = \ fg_geodesy.hxx \ fg_memory.h \ fg_random.h \ - fg_types.hxx \ interpolater.hxx \ leastsqs.hxx \ point3d.hxx \ polar3d.hxx \ + sg_types.hxx \ vector.hxx EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h sphrintp.inl diff --git a/simgear/misc/texcoord.hxx b/simgear/misc/texcoord.hxx index 217ad616..955679df 100644 --- a/simgear/misc/texcoord.hxx +++ b/simgear/misc/texcoord.hxx @@ -32,7 +32,7 @@ #include -#include +#include // traverse the specified fan/strip/list of vertices and attempt to -- 2.39.5