From 27e034638aaa9beb15e92be8fd2e0e365714536c Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 3 Mar 2022 09:40:29 +0100 Subject: [PATCH] move license and config back to Mesh_3 --- Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h | 4 ++-- Mesh_3/include/CGAL/Mesh_cell_base_3.h | 4 ++-- Mesh_3/include/CGAL/Mesh_vertex_base_3.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h b/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h index 8a53abd67e1..0283d6268d8 100644 --- a/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h +++ b/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h @@ -14,9 +14,9 @@ #ifndef CGAL_COMPACT_MESH_CELL_BASE_3_H #define CGAL_COMPACT_MESH_CELL_BASE_3_H -#include +#include -#include +#include #include #include diff --git a/Mesh_3/include/CGAL/Mesh_cell_base_3.h b/Mesh_3/include/CGAL/Mesh_cell_base_3.h index 7f7e3c661a1..db369368e8b 100644 --- a/Mesh_3/include/CGAL/Mesh_cell_base_3.h +++ b/Mesh_3/include/CGAL/Mesh_cell_base_3.h @@ -15,14 +15,14 @@ #ifndef CGAL_MESH_CELL_BASE_3_H #define CGAL_MESH_CELL_BASE_3_H -#include +#include // #define CGAL_DEPRECATED_HEADER "" // #define CGAL_REPLACEMENT_HEADER "" // #include -#include +#include #include #include diff --git a/Mesh_3/include/CGAL/Mesh_vertex_base_3.h b/Mesh_3/include/CGAL/Mesh_vertex_base_3.h index 3271e74291d..3ab58a03384 100644 --- a/Mesh_3/include/CGAL/Mesh_vertex_base_3.h +++ b/Mesh_3/include/CGAL/Mesh_vertex_base_3.h @@ -20,7 +20,7 @@ #ifndef CGAL_COMPACT_MESH_VERTEX_BASE_3_H #define CGAL_COMPACT_MESH_VERTEX_BASE_3_H -#include +#include #include