mirror of https://github.com/CGAL/cgal
Fixed Has_nested_type_Bare_point includes
This commit is contained in:
parent
31ca9ee565
commit
70e1ac97f6
|
|
@ -48,7 +48,7 @@
|
|||
#include <CGAL/Skin_surface_refinement_policy_3.h>
|
||||
#include <CGAL/subdivide_skin_surface_mesh_3.h>
|
||||
|
||||
#include <CGAL/internal/Triangulation/Has_nested_type_Bare_point.h>
|
||||
#include <CGAL/internal/Has_nested_type_Bare_point.h>
|
||||
|
||||
#include <boost/mpl/if.hpp>
|
||||
#include <boost/mpl/identity.hpp>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/internal/Triangulation/Has_nested_type_Bare_point.h>
|
||||
#include <CGAL/internal/Has_nested_type_Bare_point.h>
|
||||
#include <CGAL/Triangulation_hierarchy_vertex_base_2.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/spatial_sort.h>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Regular_triangulation_cell_base_3.h>
|
||||
#include <CGAL/internal/Triangulation/Has_nested_type_Bare_point.h>
|
||||
#include <CGAL/internal/Has_nested_type_Bare_point.h>
|
||||
|
||||
#include <boost/mpl/if.hpp>
|
||||
#include <boost/mpl/identity.hpp>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
// #include <CGAL/internal/deprecation_warning.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/internal/Triangulation/Has_nested_type_Bare_point.h>
|
||||
#include <CGAL/internal/Has_nested_type_Bare_point.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_hierarchy_vertex_base_3.h>
|
||||
#include <CGAL/Location_policy.h>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/Testsuite/use.h>
|
||||
#include <CGAL/internal/Triangulation/Has_nested_type_Bare_point.h>
|
||||
#include <CGAL/internal/Has_nested_type_Bare_point.h>
|
||||
|
||||
// Accessory set of functions to differentiate between
|
||||
// Delaunay::nearest_vertex[_in_cell] and
|
||||
|
|
|
|||
Loading…
Reference in New Issue