move license and config back to Mesh_3

This commit is contained in:
Jane Tournois 2022-03-03 09:40:29 +01:00
parent f934c2514e
commit 27e034638a
3 changed files with 5 additions and 5 deletions

View File

@ -14,9 +14,9 @@
#ifndef CGAL_COMPACT_MESH_CELL_BASE_3_H
#define CGAL_COMPACT_MESH_CELL_BASE_3_H
#include <CGAL/license/SMDS_3.h>
#include <CGAL/license/Mesh_3.h>
#include <CGAL/SMDS_3/config.h>
#include <CGAL/Mesh_3/config.h>
#include <CGAL/array.h>
#include <CGAL/assertions.h>

View File

@ -15,14 +15,14 @@
#ifndef CGAL_MESH_CELL_BASE_3_H
#define CGAL_MESH_CELL_BASE_3_H
#include <CGAL/license/SMDS_3.h>
#include <CGAL/license/Mesh_3.h>
// #define CGAL_DEPRECATED_HEADER "<CGAL/Mesh_cell_base_3.h>"
// #define CGAL_REPLACEMENT_HEADER "<CGAL/Compact_mesh_cell_base_3.h>"
// #include <CGAL/Installation/internal/deprecation_warning.h>
#include <CGAL/SMDS_3/config.h>
#include <CGAL/Mesh_3/config.h>
#include <CGAL/Regular_triangulation_cell_base_3.h>
#include <CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h>

View File

@ -20,7 +20,7 @@
#ifndef CGAL_COMPACT_MESH_VERTEX_BASE_3_H
#define CGAL_COMPACT_MESH_VERTEX_BASE_3_H
#include <CGAL/license/SMDS_3.h>
#include <CGAL/license/Mesh_3.h>
#include <CGAL/Regular_triangulation_vertex_base_3.h>