From 521793fbb278687679ccbdfcae9d06149c7fbe1f Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Fri, 4 Jun 2021 20:46:12 +0200 Subject: [PATCH] removed unused pmp dependency --- .../CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h | 2 +- Heat_method_3/package_info/Heat_method_3/dependencies | 1 - .../package_info/Surface_mesh_deformation/dependencies | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h b/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h index 1fdb1e7819d..e71e7a0e70d 100644 --- a/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h +++ b/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h @@ -23,7 +23,7 @@ #include #include #include -#include +// #include #include #ifdef CGAL_EIGEN3_ENABLED #include diff --git a/Heat_method_3/package_info/Heat_method_3/dependencies b/Heat_method_3/package_info/Heat_method_3/dependencies index 50488d5544f..582ac1009f9 100644 --- a/Heat_method_3/package_info/Heat_method_3/dependencies +++ b/Heat_method_3/package_info/Heat_method_3/dependencies @@ -11,7 +11,6 @@ Interval_support Kernel_23 Modular_arithmetic Number_types -Polygon_mesh_processing Profiling_tools Property_map Random_numbers diff --git a/Surface_mesh_deformation/package_info/Surface_mesh_deformation/dependencies b/Surface_mesh_deformation/package_info/Surface_mesh_deformation/dependencies index 24eea51421f..e4abdd72dbd 100644 --- a/Surface_mesh_deformation/package_info/Surface_mesh_deformation/dependencies +++ b/Surface_mesh_deformation/package_info/Surface_mesh_deformation/dependencies @@ -11,7 +11,6 @@ Interval_support Kernel_23 Modular_arithmetic Number_types -Polygon_mesh_processing Profiling_tools Property_map Random_numbers