Ongoing corrections of include paths to comply the new folder arrangement

This commit is contained in:
Paolo Cignoni 2011-04-03 22:51:27 +00:00
parent 214904b312
commit 50184c49fb
1 changed files with 3 additions and 4 deletions

View File

@ -24,11 +24,10 @@
#define __VCGLIB_UTILDAE
#include <vcg/complex/append.h>
#include <wrap/io_trimesh/additionalinfo.h>
#include <vcg/complex/trimesh/update/normal.h>
#include <vcg/complex/trimesh/update/position.h>
#include <vcg/complex/trimesh/append.h>
#include <vcg/complex/trimesh/allocate.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/update/position.h>
#include <wrap/io_trimesh/io_mask.h>