removed useless include
This commit is contained in:
parent
2828e5c8e4
commit
bd13e9e1df
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue