mirror of https://github.com/CGAL/cgal
change Mesh_3 to MDS_3
This commit is contained in:
parent
e4334b3d86
commit
ecb3434364
|
|
@ -11,7 +11,7 @@
|
|||
#define CGAL_MESH_3_MESH_COMPLEX_3_IN_TRIANGULATION_3_FWD_H
|
||||
|
||||
/// \file Mesh_complex_3_in_triangulation_3_fwd.h
|
||||
/// Forward declarations of the Mesh_3 package.
|
||||
/// Forward declarations of the MDS_3 package.
|
||||
|
||||
#ifndef DOXYGEN_RUNNING
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -14,9 +14,8 @@
|
|||
#ifndef CGAL_IO_FILE_MEDIT_H
|
||||
#define CGAL_IO_FILE_MEDIT_H
|
||||
|
||||
#include <CGAL/license/Triangulation_3.h>
|
||||
#include <CGAL/license/MDS_3.h>
|
||||
|
||||
#include <CGAL/Mesh_3/config.h>
|
||||
#include <CGAL/MDS_3/Mesh_complex_3_in_triangulation_3_fwd.h>
|
||||
|
||||
#include <CGAL/utility.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue