removed useless include

This commit is contained in:
Paolo Cignoni 2008-02-27 23:35:56 +00:00
parent 2828e5c8e4
commit bd13e9e1df
1 changed files with 3 additions and 2 deletions

View File

@ -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 <stdio.h>
#include <wrap/io_trimesh/io_mask.h>
#include "io_material.h"
namespace vcg {
namespace tri {
namespace io {