removed useless include
This commit is contained in:
parent
2828e5c8e4
commit
bd13e9e1df
wrap/io_trimesh
|
@ -23,6 +23,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
History
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.7 2008/02/21 17:23:57 cignoni
|
||||||
Corrected various bug, involving spurious commas, and pervertex color saved as per wedge color.
|
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 <stdio.h>
|
||||||
#include <wrap/io_trimesh/io_mask.h>
|
#include <wrap/io_trimesh/io_mask.h>
|
||||||
|
|
||||||
#include "io_material.h"
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace tri {
|
namespace tri {
|
||||||
namespace io {
|
namespace io {
|
||||||
|
|
Loading…
Reference in New Issue