From bd13e9e1df174e793b9bfa5d32cfdb7f9cb99a00 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 27 Feb 2008 23:35:56 +0000 Subject: [PATCH] removed useless include --- wrap/io_trimesh/export_vrml.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wrap/io_trimesh/export_vrml.h b/wrap/io_trimesh/export_vrml.h index 58849c2f..6f2ddae3 100644 --- a/wrap/io_trimesh/export_vrml.h +++ b/wrap/io_trimesh/export_vrml.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.8 2008/02/21 17:47:29 cignoni +corrected texture saving. Still broken the multitexturing + Revision 1.7 2008/02/21 17:23:57 cignoni Corrected various bug, involving spurious commas, and pervertex color saved as per wedge color. @@ -43,8 +46,6 @@ Added Comments for documentation #include #include -#include "io_material.h" - namespace vcg { namespace tri { namespace io {