From 96e67f304850b08f0056a1e4de3b09665bce031d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 27 Aug 2025 20:49:34 +0200 Subject: [PATCH] change to Triangulation_2 license --- Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h | 2 +- Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h b/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h index 5601684ed22..8912e372171 100644 --- a/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h +++ b/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h @@ -13,7 +13,7 @@ #ifndef CGAL_DELAUNAY_FACE_BASE_2_H #define CGAL_DELAUNAY_FACE_BASE_2_H -#include +#include #include diff --git a/Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h b/Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h index 0c62a20fb5c..b463ad2c154 100644 --- a/Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h +++ b/Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h @@ -13,7 +13,7 @@ #ifndef CGAL_DELAUNAY_VERTEX_BASE_2_H #define CGAL_DELAUNAY_VERTEX_BASE_2_H -#include +#include #include