From 1d7cd990f9f3ed1c6cb6a7041e1685814c651e71 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Thu, 4 Jan 2024 10:15:03 +0100 Subject: [PATCH] more fixes when neither Core nor Leda is present --- Cone_spanners_2/include/CGAL/Compute_cone_boundaries_2.h | 4 ++-- .../include/CGAL/Cone_spanners_2/Less_by_direction_2.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cone_spanners_2/include/CGAL/Compute_cone_boundaries_2.h b/Cone_spanners_2/include/CGAL/Compute_cone_boundaries_2.h index 74e12a8f4db..7e820e12a76 100644 --- a/Cone_spanners_2/include/CGAL/Compute_cone_boundaries_2.h +++ b/Cone_spanners_2/include/CGAL/Compute_cone_boundaries_2.h @@ -30,7 +30,6 @@ #include #include // CGAL_PI is defined there #include -#include #include namespace CGAL { @@ -111,7 +110,7 @@ public: }; - +#if defined(CGAL_USE_LEDA) || defined(CGAL_USE_CORE) /* The specialised functor for computing the directions of cone boundaries exactly with a given cone number and a given initial direction. @@ -209,6 +208,7 @@ public: } // end of operator() }; // end of functor specialization: Compute_cone_..._2 +#endif } // namespace CGAL diff --git a/Cone_spanners_2/include/CGAL/Cone_spanners_2/Less_by_direction_2.h b/Cone_spanners_2/include/CGAL/Cone_spanners_2/Less_by_direction_2.h index 6ba9f53652e..e36137df8fb 100644 --- a/Cone_spanners_2/include/CGAL/Cone_spanners_2/Less_by_direction_2.h +++ b/Cone_spanners_2/include/CGAL/Cone_spanners_2/Less_by_direction_2.h @@ -22,7 +22,6 @@ #include #include #include -#include #include #include