diff --git a/Circular_kernel_3/examples/Circular_kernel_3/spherical_kernel_3.cpp b/Circular_kernel_3/examples/Circular_kernel_3/spherical_kernel_3.cpp index 421d41da7d2..1391d16b838 100644 --- a/Circular_kernel_3/examples/Circular_kernel_3/spherical_kernel_3.cpp +++ b/Circular_kernel_3/examples/Circular_kernel_3/spherical_kernel_3.cpp @@ -1,21 +1,10 @@ -#include -#include - -#include -#include - -#include - +#include #include -typedef CGAL::Quotient NT; -typedef CGAL::Cartesian Linear_k; -typedef CGAL::Algebraic_kernel_for_spheres_2_3 Algebraic_k; -typedef CGAL::Spherical_kernel_3 Spherical_k; +typedef CGAL::Exact_spherical_kernel_3 Spherical_k; -typedef CGAL::Point_3 Point_3; -typedef CGAL::Sphere_3 Sphere_3; -typedef CGAL::Circle_3 Circle_3; +typedef CGAL::Point_3 Point_3; +typedef CGAL::Sphere_3 Sphere_3; int main() {