diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h index f3944a46198..21855ea62d2 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h @@ -550,6 +550,9 @@ std::size_t stitch_boundary_cycle(const typename boost::graph_traits::halfedge_descriptor halfedge_descriptor; typedef typename GetVertexPointMap::const_type VPMap; @@ -656,9 +659,6 @@ template std::size_t stitch_boundary_cycles(PolygonMesh& pm, const NamedParameters& np) { - using boost::choose_param; - using boost::get_param; - typedef typename boost::graph_traits::halfedge_descriptor halfedge_descriptor; std::vector boundary_cycles;