From 5bc410556bf64f24f362da2a48096bcd6205f346 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 8 Jan 2016 16:30:27 +0100 Subject: [PATCH] move internal file to internal/Isotropic_remeshing --- .../internal/{ => Isotropic_remeshing}/remesh_impl.h | 0 .../include/CGAL/Polygon_mesh_processing/remesh.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/{ => Isotropic_remeshing}/remesh_impl.h (100%) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/remesh_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h similarity index 100% rename from Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/remesh_impl.h rename to Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h index d5384523af1..00db251cd3f 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h @@ -21,7 +21,7 @@ #ifndef CGAL_POLYGON_MESH_PROCESSING_REMESH_H #define CGAL_POLYGON_MESH_PROCESSING_REMESH_H -#include +#include #include #include