remove extra include directive

This commit is contained in:
Sébastien Loriot 2014-07-04 16:42:10 +02:00
parent 6713a7083f
commit 592ae98355
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
// HalfedgeGraph adapters
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
#include <CGAL/Deform_mesh.h>

View File

@ -8,7 +8,6 @@
// HalfedgeGraph adapters
#define CGAL_USE_OM_POINTS // use OpenMesh point type
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
#include <CGAL/Deform_mesh.h>