From 66e7c5372e636c1ce723a05e50ddada492ba947b Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 26 May 2004 15:15:46 +0000 Subject: [PATCH] Removed inclusion of gl extension stuff --- wrap/gl/math.h | 7 ++++++- wrap/gui/view.h | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/wrap/gl/math.h b/wrap/gl/math.h index 0ddafa61..2b8edab3 100644 --- a/wrap/gl/math.h +++ b/wrap/gl/math.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.5 2004/05/12 20:54:55 ponchio +*** empty log message *** + Revision 1.4 2004/05/12 13:07:47 ponchio Added #include @@ -42,9 +45,11 @@ Revision 1.1 2004/03/31 15:27:17 ponchio #ifndef VCG_GL_MATH_H #define VCG_GL_MATH_H +// Please note that this file assume that you have already included your +// gl-extension wrapping utility, and that therefore all the extension symbol are already defined. + #include #include -#include namespace vcg { diff --git a/wrap/gui/view.h b/wrap/gui/view.h index c6247923..5ee08cfb 100644 --- a/wrap/gui/view.h +++ b/wrap/gui/view.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.7 2004/05/14 03:15:40 ponchio +Added ViewLineFromModel + Revision 1.6 2004/05/12 20:55:18 ponchio *** empty log message *** @@ -56,7 +59,6 @@ y is upward! #include #include #include -#include namespace vcg { /**