mirror of https://github.com/CGAL/cgal
remove extra include directive
This commit is contained in:
parent
6713a7083f
commit
592ae98355
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
// HalfedgeGraph adapters
|
// HalfedgeGraph adapters
|
||||||
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
|
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
|
||||||
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
|
|
||||||
|
|
||||||
#include <CGAL/Deform_mesh.h>
|
#include <CGAL/Deform_mesh.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
// HalfedgeGraph adapters
|
// HalfedgeGraph adapters
|
||||||
#define CGAL_USE_OM_POINTS // use OpenMesh point type
|
#define CGAL_USE_OM_POINTS // use OpenMesh point type
|
||||||
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
|
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
|
||||||
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
|
|
||||||
|
|
||||||
#include <CGAL/Deform_mesh.h>
|
#include <CGAL/Deform_mesh.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue