mirror of https://github.com/CGAL/cgal
move internal details to internal directory
This commit is contained in:
parent
9786cf952e
commit
4f177e0e65
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <list>
|
||||
#include <CGAL/array.h>
|
||||
#include <CGAL/voronoi_covariance_sphere_3.h>
|
||||
#include <CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h>
|
||||
#include <CGAL/Convex_hull_3/dual/halfspace_intersection_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <Eigen/Dense>
|
||||
|
||||
#include <CGAL/vcm_utilities.h>
|
||||
#include <CGAL/vcm_estimate_normals.h>
|
||||
|
||||
#include <CGAL/Kd_tree.h>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
#include <CGAL/property_map.h>
|
||||
|
||||
#include <CGAL/Delaunay_triangulation_3.h>
|
||||
#include <CGAL/voronoi_covariance_3.h>
|
||||
#include <CGAL/vcm_utilities.h>
|
||||
#include <CGAL/internal/Voronoi_covariance_3/voronoi_covariance_3.h>
|
||||
#include <CGAL/internal/Voronoi_covariance_3/vcm_utilities.h>
|
||||
#include <CGAL/Kd_tree.h>
|
||||
#include <CGAL/Search_traits_3.h>
|
||||
#include <CGAL/Orthogonal_k_neighbor_search.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue