From 53e882ce1932bc56c63420a40435a408d5992c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 10 Dec 2015 23:25:50 +0100 Subject: [PATCH] move Weights.h --- .../{internal/Hole_filling => }/Weights.h | 0 .../include/CGAL/Polygon_mesh_processing/internal/fair_impl.h | 2 +- .../include/CGAL/Mean_curvature_flow_skeletonization.h | 2 +- Surface_modeling/include/CGAL/Surface_mesh_deformation.h | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/{internal/Hole_filling => }/Weights.h (100%) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Weights.h similarity index 100% rename from Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h rename to Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Weights.h diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h index 458e33d9604..a59f500d457 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Surface_mesh_skeletonization/include/CGAL/Mean_curvature_flow_skeletonization.h b/Surface_mesh_skeletonization/include/CGAL/Mean_curvature_flow_skeletonization.h index d45177ecfbc..76df0929c22 100644 --- a/Surface_mesh_skeletonization/include/CGAL/Mean_curvature_flow_skeletonization.h +++ b/Surface_mesh_skeletonization/include/CGAL/Mean_curvature_flow_skeletonization.h @@ -38,7 +38,7 @@ #include // Compute cotangent Laplacian -#include +#include // Compute the vertex normal #include diff --git a/Surface_modeling/include/CGAL/Surface_mesh_deformation.h b/Surface_modeling/include/CGAL/Surface_mesh_deformation.h index c83f6b552b3..9392f3b5c55 100644 --- a/Surface_modeling/include/CGAL/Surface_mesh_deformation.h +++ b/Surface_modeling/include/CGAL/Surface_mesh_deformation.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include