Corrected wrong include

This commit is contained in:
Paolo Cignoni 2016-06-14 21:36:42 +02:00
parent 10ccfa142c
commit cf308f9c2e
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include <vcg/complex/complex.h>
#include <vcg/math/perlin_noise.h>
#include <vcg/complex/algorithms/create/marching_cubes.h>
#include <vcg/complex/algorithms/create/extended_marching_cubes.h>
#include <vcg/complex/algorithms/create/mc_trivial_walker.h>
#include <wrap/io_trimesh/export_ply.h>