From a53f846189ec1061de9c7fc510d34e8ca1a670c9 Mon Sep 17 00:00:00 2001 From: ponchio Date: Tue, 30 Nov 2004 21:48:47 +0000 Subject: [PATCH] #include <...Point --> #include <...point Again... Gano malefico. --- vcg/math/shot.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/math/shot.h b/vcg/math/shot.h index ce0f2074..9a5bce66 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.7 2004/11/23 10:15:38 cignoni +removed comment in comment gcc warning + Revision 1.6 2004/11/03 09:25:52 ganovelli replaced Matrix44f to Matrix44, added LookAt @@ -53,8 +56,8 @@ creation #ifndef __VCGLIB_SHOT #define __VCGLIB_SHOT -#include -#include +#include +#include #include #include