Remove glew.h include

This commit is contained in:
Paolo Cignoni 2004-10-07 14:39:57 +00:00
parent de4734d245
commit ec6ec72821
1 changed files with 3 additions and 3 deletions

View File

@ -23,6 +23,9 @@
/****************************************************************************
History
$Log: not supported by cvs2svn $
Revision 1.3 2004/10/07 14:22:38 ganovelli
y axis reverse in projecting (!)
Revision 1.2 2004/10/05 19:04:25 ganovelli
version 5-10-2004 in progress
@ -46,9 +49,6 @@ creation
#include <vcg/space/Point2.h>
#include <vcg/math/similarity.h>
// opengl
#include <GL/glew.h>
namespace vcg{
template<class S>