diff --git a/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp b/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp index 8f298f093ca..defdb229844 100644 --- a/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp +++ b/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp @@ -20,7 +20,6 @@ #include #include -#include #include #include #include @@ -31,13 +30,12 @@ namespace CGAL_alpha_shapes{ typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel; -typedef CGAL::Weighted_alpha_shape_euclidean_traits_2 Gtw; -typedef CGAL::Regular_triangulation_vertex_base_2 Rvb; -typedef CGAL::Alpha_shape_vertex_base_2 Vb; -typedef CGAL::Regular_triangulation_face_base_2 Rf; -typedef CGAL::Alpha_shape_face_base_2 Fb; +typedef CGAL::Regular_triangulation_vertex_base_2 Rvb; +typedef CGAL::Alpha_shape_vertex_base_2 Vb; +typedef CGAL::Regular_triangulation_face_base_2 Rf; +typedef CGAL::Alpha_shape_face_base_2 Fb; typedef CGAL::Triangulation_data_structure_2 Tds; -typedef CGAL::Regular_triangulation_2 Regular; +typedef CGAL::Regular_triangulation_2 Regular; typedef CGAL::Alpha_shape_2 Alpha_shape_2; const std::string sublabel[] = {