Move to Distance_3/X_Y.h rather than squared_distance_X_Y.h (as Intersections)

This commit is contained in:
Mael Rouxel-Labbé
2021-04-12 14:42:44 +02:00
parent 7b1dfd4983
commit 5deb509374
27 changed files with 58 additions and 58 deletions
@@ -23,8 +23,8 @@
#include <CGAL/constructions/kernel_ftC2.h>
#include <CGAL/constructions/kernel_ftC3.h>
#include <CGAL/Cartesian/solve_3.h>
#include <CGAL/squared_distance_Point_3_Point_3.h>
#include <CGAL/internal/squared_distance_utils_3.h>
#include <CGAL/Distance_3/Point_3_Point_3.h>
#include <CGAL/Distance_3/internal/squared_distance_utils_3.h>
namespace CGAL {