mirror of https://github.com/CGAL/cgal
move license and config back to Mesh_3
This commit is contained in:
parent
f934c2514e
commit
27e034638a
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue