more fixes when neither Core nor Leda is present

This commit is contained in:
Sebastien Loriot 2024-01-04 10:15:03 +01:00
parent d8ee730a4d
commit 1d7cd990f9
2 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,6 @@
#include <CGAL/Polynomial.h>
#include <CGAL/number_type_config.h> // CGAL_PI is defined there
#include <CGAL/enum.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h>
#include <CGAL/Aff_transformation_2.h>
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

View File

@ -22,7 +22,6 @@
#include <CGAL/Polynomial.h>
#include <CGAL/number_utils.h>
#include <CGAL/enum.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h>
#include <CGAL/Aff_transformation_2.h>
#include <boost/config.hpp>