From e62ab30e6c22ac05a47c780e9b67a7e1e5f1af2b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 15 Feb 2019 09:03:58 +0100 Subject: [PATCH] Fixes of fixes --- AABB_tree/test/AABB_tree/AABB_test_util.h | 1 + .../algebraic_structure_dispatch.cpp | 1 - .../Algebraic_foundations/fraction_traits.cpp | 1 - .../implicit_interoperable_dispatch.cpp | 1 - .../examples/Algebraic_foundations/integralize.cpp | 1 - .../Algebraic_foundations/interoperable.cpp | 1 - .../examples/Algebraic_kernel_d/Compare_1.cpp | 2 +- .../Construct_algebraic_real_1.cpp | 2 +- .../examples/Algebraic_kernel_d/Isolate_1.cpp | 2 +- .../examples/Algebraic_kernel_d/Sign_at_1.cpp | 2 +- .../examples/Algebraic_kernel_d/Solve_1.cpp | 2 +- .../Apollonius_graph_2/ag2_exact_traits_sqrt.cpp | 2 +- .../Arrangement_on_surface_2/Bezier_curves.cpp | 2 +- .../Arrangement_on_surface_2/algebraic_curves.cpp | 2 +- .../conic_multiplicities.cpp | 2 +- .../examples/Arrangement_on_surface_2/conics.cpp | 2 +- .../Arrangement_on_surface_2/edge_manipulation.cpp | 2 -- .../Arrangement_on_surface_2/polycurve_bezier.cpp | 2 +- .../polycurve_circular_arc.cpp | 2 +- .../Arrangement_on_surface_2/polycurve_conic.cpp | 2 +- .../rational_functions.cpp | 4 ++-- .../rational_functions_rational_coefficients.cpp | 4 ++-- .../unbounded_rational_functions.cpp | 2 +- .../bezier_traits_adapter.cpp | 2 +- .../bezier_traits_adapter2.cpp | 2 +- .../conic_traits_adapter.cpp | 2 +- .../examples/Circulator/circulator_prog1.cpp | 1 - .../examples/Envelope_3/envelope_spheres.cpp | 4 ++-- .../test/Intersections_2/test_intersections_2.cpp | 14 +++++++------- .../examples/Minkowski_sum_2/approx_inset.cpp | 1 - .../examples/Minkowski_sum_2/approx_offset.cpp | 1 - .../examples/Minkowski_sum_2/exact_inset.cpp | 2 +- .../examples/Minkowski_sum_2/exact_offset.cpp | 2 +- .../examples/Minkowski_sum_2/sum_of_holes.cpp | 1 + .../Minkowski_sum_2/sum_triangle_square.cpp | 1 - .../examples/Minkowski_sum_2/sum_with_holes.cpp | 1 - .../examples/Modular_arithmetic/modular_filter.cpp | 3 +-- QP_solver/examples/QP_solver/cycling.cpp | 2 +- QP_solver/examples/QP_solver/first_lp.cpp | 2 +- .../examples/QP_solver/first_lp_from_iterators.cpp | 2 +- QP_solver/examples/QP_solver/first_lp_from_mps.cpp | 2 +- .../examples/QP_solver/first_nonnegative_lp.cpp | 2 +- .../first_nonnegative_lp_from_iterators.cpp | 2 +- .../QP_solver/first_nonnegative_lp_from_mps.cpp | 2 +- .../examples/QP_solver/first_nonnegative_qp.cpp | 2 +- .../first_nonnegative_qp_from_iterators.cpp | 2 +- .../QP_solver/first_nonnegative_qp_from_mps.cpp | 2 +- QP_solver/examples/QP_solver/first_qp.cpp | 2 +- .../QP_solver/first_qp_basic_constraints.cpp | 2 +- .../examples/QP_solver/first_qp_from_iterators.cpp | 2 +- QP_solver/examples/QP_solver/first_qp_from_mps.cpp | 2 +- .../QP_solver/infeasibility_certificate.cpp | 2 +- QP_solver/examples/QP_solver/invert_matrix.cpp | 2 +- .../examples/QP_solver/optimality_certificate.cpp | 2 +- QP_solver/examples/QP_solver/print_first_lp.cpp | 2 +- .../QP_solver/print_first_nonnegative_lp.cpp | 2 +- .../QP_solver/print_first_nonnegative_qp.cpp | 2 +- QP_solver/examples/QP_solver/print_first_qp.cpp | 2 +- .../QP_solver/unboundedness_certificate.cpp | 2 +- QP_solver/test/QP_solver/test_MPS.cpp | 2 +- QP_solver/test/QP_solver/test_bind.cpp | 2 +- QP_solver/test/QP_solver/test_default_bounds.cpp | 2 +- QP_solver/test/QP_solver/test_random_qp.cpp | 2 +- QP_solver/test/QP_solver/test_random_qp2.cpp | 2 +- QP_solver/test/QP_solver/test_solver.cpp | 2 +- STL_Extension/test/STL_Extension/test_Cache.cpp | 1 - .../test/STL_Extension/test_Compact_container.cpp | 2 -- .../STL_Extension/test_Concatenate_iterator.cpp | 2 -- .../test_Concurrent_compact_container.cpp | 3 +-- .../test/STL_Extension/test_Handle_with_policy.cpp | 1 - .../test/STL_Extension/test_In_place_list.cpp | 1 - .../test/STL_Extension/test_Nested_iterator.cpp | 2 -- .../test/STL_Extension/test_is_iterator.cpp | 2 +- .../test/STL_Extension/test_is_streamable.cpp | 1 - .../STL_Extension/test_lexcompare_outputrange.cpp | 2 +- STL_Extension/test/STL_Extension/test_multiset.cpp | 1 - .../test/STL_Extension/test_stl_extension.cpp | 1 - .../test_sdg_linf_2_et.cpp | 1 - 78 files changed, 66 insertions(+), 91 deletions(-) diff --git a/AABB_tree/test/AABB_tree/AABB_test_util.h b/AABB_tree/test/AABB_tree/AABB_test_util.h index bd5443a8548..ef9cbc59f4a 100644 --- a/AABB_tree/test/AABB_tree/AABB_test_util.h +++ b/AABB_tree/test/AABB_tree/AABB_test_util.h @@ -30,6 +30,7 @@ #include #include #include +#include #include diff --git a/Algebraic_foundations/examples/Algebraic_foundations/algebraic_structure_dispatch.cpp b/Algebraic_foundations/examples/Algebraic_foundations/algebraic_structure_dispatch.cpp index bd79e5dd2ae..e3292e53c87 100644 --- a/Algebraic_foundations/examples/Algebraic_foundations/algebraic_structure_dispatch.cpp +++ b/Algebraic_foundations/examples/Algebraic_foundations/algebraic_structure_dispatch.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/Algebraic_foundations/examples/Algebraic_foundations/fraction_traits.cpp b/Algebraic_foundations/examples/Algebraic_foundations/fraction_traits.cpp index 3958bc2c7b2..0cf448daab4 100644 --- a/Algebraic_foundations/examples/Algebraic_foundations/fraction_traits.cpp +++ b/Algebraic_foundations/examples/Algebraic_foundations/fraction_traits.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/Algebraic_foundations/examples/Algebraic_foundations/implicit_interoperable_dispatch.cpp b/Algebraic_foundations/examples/Algebraic_foundations/implicit_interoperable_dispatch.cpp index 6411401fb3d..a781e8fc700 100644 --- a/Algebraic_foundations/examples/Algebraic_foundations/implicit_interoperable_dispatch.cpp +++ b/Algebraic_foundations/examples/Algebraic_foundations/implicit_interoperable_dispatch.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/Algebraic_foundations/examples/Algebraic_foundations/integralize.cpp b/Algebraic_foundations/examples/Algebraic_foundations/integralize.cpp index bab9314d1cb..c3f2dbe9043 100644 --- a/Algebraic_foundations/examples/Algebraic_foundations/integralize.cpp +++ b/Algebraic_foundations/examples/Algebraic_foundations/integralize.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/Algebraic_foundations/examples/Algebraic_foundations/interoperable.cpp b/Algebraic_foundations/examples/Algebraic_foundations/interoperable.cpp index 5967bbf089d..abf8265a837 100644 --- a/Algebraic_foundations/examples/Algebraic_foundations/interoperable.cpp +++ b/Algebraic_foundations/examples/Algebraic_foundations/interoperable.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Compare_1.cpp b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Compare_1.cpp index 623a8e5d5c9..f0248e221df 100644 --- a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Compare_1.cpp +++ b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Compare_1.cpp @@ -1,7 +1,7 @@ // $URL$ // $Id$ -#include +#include #ifdef CGAL_USE_MPFI #include #include diff --git a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Construct_algebraic_real_1.cpp b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Construct_algebraic_real_1.cpp index 907c053a6c8..9218461721d 100644 --- a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Construct_algebraic_real_1.cpp +++ b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Construct_algebraic_real_1.cpp @@ -1,7 +1,7 @@ // $URL$ // $Id$ -#include +#include #ifdef CGAL_USE_MPFI #include #include diff --git a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Isolate_1.cpp b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Isolate_1.cpp index e5a5feadec0..b04233f714b 100644 --- a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Isolate_1.cpp +++ b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Isolate_1.cpp @@ -1,7 +1,7 @@ // $URL$ // $Id$ -#include +#include #ifdef CGAL_USE_MPFI #include #include diff --git a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Sign_at_1.cpp b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Sign_at_1.cpp index ae5ab7eb91f..59c2a042358 100644 --- a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Sign_at_1.cpp +++ b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Sign_at_1.cpp @@ -1,7 +1,7 @@ // $URL$ // $Id$ -#include +#include #ifdef CGAL_USE_MPFI #include #include diff --git a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Solve_1.cpp b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Solve_1.cpp index 404595956fe..1920ce6dc6d 100644 --- a/Algebraic_kernel_d/examples/Algebraic_kernel_d/Solve_1.cpp +++ b/Algebraic_kernel_d/examples/Algebraic_kernel_d/Solve_1.cpp @@ -1,7 +1,7 @@ // $URL$ // $Id$ -#include +#include #ifdef CGAL_USE_MPFI #include #include diff --git a/Apollonius_graph_2/examples/Apollonius_graph_2/ag2_exact_traits_sqrt.cpp b/Apollonius_graph_2/examples/Apollonius_graph_2/ag2_exact_traits_sqrt.cpp index f26e8f1468a..c03848ad334 100644 --- a/Apollonius_graph_2/examples/Apollonius_graph_2/ag2_exact_traits_sqrt.cpp +++ b/Apollonius_graph_2/examples/Apollonius_graph_2/ag2_exact_traits_sqrt.cpp @@ -1,4 +1,4 @@ -#include +#include // standard includes #include diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/Bezier_curves.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/Bezier_curves.cpp index c683b6cef6f..493ff967489 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/Bezier_curves.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/Bezier_curves.cpp @@ -1,7 +1,7 @@ //! \file examples/Arrangement_on_surface_2/Bezier_curves.cpp // Constructing an arrangement of Bezier curves. -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/algebraic_curves.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/algebraic_curves.cpp index a5507d2c967..d0a1897c3bb 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/algebraic_curves.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/algebraic_curves.cpp @@ -1,4 +1,4 @@ -#include +#include #include #if (!CGAL_USE_CORE) && (!CGAL_USE_LEDA) && (!(CGAL_USE_GMP && CGAL_USE_MPFI)) diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conic_multiplicities.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conic_multiplicities.cpp index 13c955c9772..6e98d4b3caf 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conic_multiplicities.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conic_multiplicities.cpp @@ -1,7 +1,7 @@ //! \file examples/Arrangement_on_surface_2/conic_multiplicities.cpp // Handling intersection points with multiplicity between conic arcs. -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conics.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conics.cpp index 6d34beb1f62..145525ffe2f 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conics.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/conics.cpp @@ -1,6 +1,6 @@ //! \file examples/Arrangement_on_surface_2/conics.cpp // Constructing an arrangement of various conic arcs. -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/edge_manipulation.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/edge_manipulation.cpp index 67bdfbae685..36a06b93ef7 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/edge_manipulation.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/edge_manipulation.cpp @@ -1,8 +1,6 @@ //! \file examples/Arrangement_on_surface_2/edge_manipulation.cpp // Using the edge-manipulation functions. -#include - #include #include #include diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_bezier.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_bezier.cpp index 17081dfb4da..bed7aead09d 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_bezier.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_bezier.cpp @@ -1,6 +1,6 @@ // Constructing a arrangement of Bezier polycurves. -#include +#include #ifndef CGAL_USE_CORE diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_circular_arc.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_circular_arc.cpp index 911fcb5c691..9ca7f658075 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_circular_arc.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_circular_arc.cpp @@ -1,6 +1,6 @@ // Constructing an arrangement of polycurves. -#include +#include #ifndef CGAL_USE_CORE diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_conic.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_conic.cpp index 6bef40ab2e5..a32b4ab1150 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_conic.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polycurve_conic.cpp @@ -1,6 +1,6 @@ // Testing the do_equal function -#include +#include #ifndef CGAL_USE_CORE diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions.cpp index cb458dddec5..1f7922be204 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions.cpp @@ -1,7 +1,7 @@ -//! \file examples/Arrangement_2/ex_rational_functions.cpp +//! \file examples/Arrangement_2/rational_functions.cpp // Constructing an arrangement of arcs of rational functions. -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions_rational_coefficients.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions_rational_coefficients.cpp index 3a74f13b91f..341de80a562 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions_rational_coefficients.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/rational_functions_rational_coefficients.cpp @@ -1,7 +1,7 @@ -//! \file examples/Arrangement_2/ex_rational_functions.cpp +//! \file examples/Arrangement_2/rational_functions_rational_coefficients.cpp // Constructing an arrangement of arcs of rational functions. -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/unbounded_rational_functions.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/unbounded_rational_functions.cpp index a924ce27e32..946a1698648 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/unbounded_rational_functions.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/unbounded_rational_functions.cpp @@ -1,7 +1,7 @@ //! \file examples/Arrangement_2/unbounded_rational_functions.cpp // Constructing an arrangement of unbounded portions of rational functions. -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter.cpp b/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter.cpp index acbd74fe243..0758aff7fe0 100644 --- a/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter.cpp +++ b/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter.cpp @@ -2,7 +2,7 @@ * Using the traits adaptor to generate a traits class for Bezier polygons. */ -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter2.cpp b/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter2.cpp index 96428837ad3..0b4db4c4505 100644 --- a/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter2.cpp +++ b/Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter2.cpp @@ -2,7 +2,7 @@ * Using the traits adaptor to generate a traits class for Bezier polygons. */ -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Boolean_set_operations_2/examples/Boolean_set_operations_2/conic_traits_adapter.cpp b/Boolean_set_operations_2/examples/Boolean_set_operations_2/conic_traits_adapter.cpp index 1bcabc2ee3d..3046b9f4f72 100644 --- a/Boolean_set_operations_2/examples/Boolean_set_operations_2/conic_traits_adapter.cpp +++ b/Boolean_set_operations_2/examples/Boolean_set_operations_2/conic_traits_adapter.cpp @@ -2,7 +2,7 @@ * Using the traits adaptor to generate a traits of conics. */ -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Circulator/examples/Circulator/circulator_prog1.cpp b/Circulator/examples/Circulator/circulator_prog1.cpp index 7079724789b..26f445aa19a 100644 --- a/Circulator/examples/Circulator/circulator_prog1.cpp +++ b/Circulator/examples/Circulator/circulator_prog1.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/Envelope_3/examples/Envelope_3/envelope_spheres.cpp b/Envelope_3/examples/Envelope_3/envelope_spheres.cpp index da8a7447ec5..f999e2758ad 100644 --- a/Envelope_3/examples/Envelope_3/envelope_spheres.cpp +++ b/Envelope_3/examples/Envelope_3/envelope_spheres.cpp @@ -1,7 +1,7 @@ -//! \file examples/Envelope_3/ex_envelope_spheres.cpp +//! \file examples/Envelope_3/envelope_spheres.cpp // Constructing the lower envelope of a set of spheres read from a file. -#include +#include #ifndef CGAL_USE_CORE #include diff --git a/Intersections_2/test/Intersections_2/test_intersections_2.cpp b/Intersections_2/test/Intersections_2/test_intersections_2.cpp index 0b07ceb1b97..f3e46cc78d2 100644 --- a/Intersections_2/test/Intersections_2/test_intersections_2.cpp +++ b/Intersections_2/test/Intersections_2/test_intersections_2.cpp @@ -58,13 +58,13 @@ inline double to_nt(int d) template < typename K > struct Test { - typedef CGAL::Point_2< K > P; - typedef CGAL::Line_2< K > L; - typedef CGAL::Segment_2< K > S; - typedef CGAL::Ray_2< K > R; - typedef CGAL::Triangle_2< K > T; - typedef CGAL::Iso_rectangle_2< K > Rec; - typedef CGAL::Circle_2< K > C; + typedef typename K::Point_2 P; + typedef typename K::Line_2 L; + typedef typename K::Segment_2 S; + typedef typename K::Ray_2 R; + typedef typename K::Triangle_2 T; + typedef typename K::Iso_rectangle_2 Rec; + typedef typename K::Circle_2 C; typedef std::vector

Pol; diff --git a/Minkowski_sum_2/examples/Minkowski_sum_2/approx_inset.cpp b/Minkowski_sum_2/examples/Minkowski_sum_2/approx_inset.cpp index b714d359a66..6d6fd9c7110 100644 --- a/Minkowski_sum_2/examples/Minkowski_sum_2/approx_inset.cpp +++ b/Minkowski_sum_2/examples/Minkowski_sum_2/approx_inset.cpp @@ -6,7 +6,6 @@ #include #include -#include #include #include "bops_circular.h" diff --git a/Minkowski_sum_2/examples/Minkowski_sum_2/approx_offset.cpp b/Minkowski_sum_2/examples/Minkowski_sum_2/approx_offset.cpp index 8694b85ba72..e7a7169ae0a 100644 --- a/Minkowski_sum_2/examples/Minkowski_sum_2/approx_offset.cpp +++ b/Minkowski_sum_2/examples/Minkowski_sum_2/approx_offset.cpp @@ -4,7 +4,6 @@ #include #include -#include #include #include "bops_circular.h" diff --git a/Minkowski_sum_2/examples/Minkowski_sum_2/exact_inset.cpp b/Minkowski_sum_2/examples/Minkowski_sum_2/exact_inset.cpp index 938c116b8f8..4834e4f0d5e 100644 --- a/Minkowski_sum_2/examples/Minkowski_sum_2/exact_inset.cpp +++ b/Minkowski_sum_2/examples/Minkowski_sum_2/exact_inset.cpp @@ -3,7 +3,7 @@ #include -#include +#include #ifndef CGAL_USE_CORE int main() diff --git a/Minkowski_sum_2/examples/Minkowski_sum_2/exact_offset.cpp b/Minkowski_sum_2/examples/Minkowski_sum_2/exact_offset.cpp index cef25bb7d4e..5bc45a69f9c 100644 --- a/Minkowski_sum_2/examples/Minkowski_sum_2/exact_offset.cpp +++ b/Minkowski_sum_2/examples/Minkowski_sum_2/exact_offset.cpp @@ -3,7 +3,7 @@ #include -#include +#include #ifndef CGAL_USE_CORE int main() diff --git a/Minkowski_sum_2/examples/Minkowski_sum_2/sum_of_holes.cpp b/Minkowski_sum_2/examples/Minkowski_sum_2/sum_of_holes.cpp index 345af7570fe..632e182cca7 100644 --- a/Minkowski_sum_2/examples/Minkowski_sum_2/sum_of_holes.cpp +++ b/Minkowski_sum_2/examples/Minkowski_sum_2/sum_of_holes.cpp @@ -5,6 +5,7 @@ #include #include #include + #include #include diff --git a/Minkowski_sum_2/examples/Minkowski_sum_2/sum_triangle_square.cpp b/Minkowski_sum_2/examples/Minkowski_sum_2/sum_triangle_square.cpp index ca13785ab2a..5923d1e5fdf 100644 --- a/Minkowski_sum_2/examples/Minkowski_sum_2/sum_triangle_square.cpp +++ b/Minkowski_sum_2/examples/Minkowski_sum_2/sum_triangle_square.cpp @@ -1,7 +1,6 @@ //! \file examples/Minkowski_sum_2/sum_triangle_square.cpp // Computing the Minkowski sum of a triangle and a square. -#include #include #include "bops_linear.h" diff --git a/Minkowski_sum_2/examples/Minkowski_sum_2/sum_with_holes.cpp b/Minkowski_sum_2/examples/Minkowski_sum_2/sum_with_holes.cpp index 38a4836f47a..011e1ebacb6 100644 --- a/Minkowski_sum_2/examples/Minkowski_sum_2/sum_with_holes.cpp +++ b/Minkowski_sum_2/examples/Minkowski_sum_2/sum_with_holes.cpp @@ -3,7 +3,6 @@ #include -#include #include #include "bops_linear.h" diff --git a/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp b/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp index 44c6909a58d..324d58adb95 100644 --- a/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp +++ b/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp @@ -1,5 +1,4 @@ - -#include +#include #ifdef CGAL_USE_GMP diff --git a/QP_solver/examples/QP_solver/cycling.cpp b/QP_solver/examples/QP_solver/cycling.cpp index 4e2f16eec0b..848a58044fa 100644 --- a/QP_solver/examples/QP_solver/cycling.cpp +++ b/QP_solver/examples/QP_solver/cycling.cpp @@ -2,7 +2,7 @@ // using Bland pricing #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_lp.cpp b/QP_solver/examples/QP_solver/first_lp.cpp index edde565e92b..bc6aa921ee8 100644 --- a/QP_solver/examples/QP_solver/first_lp.cpp +++ b/QP_solver/examples/QP_solver/first_lp.cpp @@ -2,7 +2,7 @@ // the LP below is the first linear program example in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_lp_from_iterators.cpp b/QP_solver/examples/QP_solver/first_lp_from_iterators.cpp index 0f47f3573d3..b7b8e1ff440 100644 --- a/QP_solver/examples/QP_solver/first_lp_from_iterators.cpp +++ b/QP_solver/examples/QP_solver/first_lp_from_iterators.cpp @@ -1,7 +1,7 @@ // example: construct a linear program from given iterators // the LP below is the first linear program example in the user manual #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_lp_from_mps.cpp b/QP_solver/examples/QP_solver/first_lp_from_mps.cpp index 9f2273e8b29..c68b3b468de 100644 --- a/QP_solver/examples/QP_solver/first_lp_from_mps.cpp +++ b/QP_solver/examples/QP_solver/first_lp_from_mps.cpp @@ -2,7 +2,7 @@ // the LP below is the first linear program example in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_nonnegative_lp.cpp b/QP_solver/examples/QP_solver/first_nonnegative_lp.cpp index d2b90a70c95..7328e632a9e 100644 --- a/QP_solver/examples/QP_solver/first_nonnegative_lp.cpp +++ b/QP_solver/examples/QP_solver/first_nonnegative_lp.cpp @@ -3,7 +3,7 @@ // in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_nonnegative_lp_from_iterators.cpp b/QP_solver/examples/QP_solver/first_nonnegative_lp_from_iterators.cpp index 5f48df7892b..774f02a29b9 100644 --- a/QP_solver/examples/QP_solver/first_nonnegative_lp_from_iterators.cpp +++ b/QP_solver/examples/QP_solver/first_nonnegative_lp_from_iterators.cpp @@ -2,7 +2,7 @@ // the LP below is the first nonnegative linear program example // in the user manual #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_nonnegative_lp_from_mps.cpp b/QP_solver/examples/QP_solver/first_nonnegative_lp_from_mps.cpp index 00fb2835b37..bc15de8dbc1 100644 --- a/QP_solver/examples/QP_solver/first_nonnegative_lp_from_mps.cpp +++ b/QP_solver/examples/QP_solver/first_nonnegative_lp_from_mps.cpp @@ -3,7 +3,7 @@ // in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_nonnegative_qp.cpp b/QP_solver/examples/QP_solver/first_nonnegative_qp.cpp index 34b4901fd08..545d1fb820b 100644 --- a/QP_solver/examples/QP_solver/first_nonnegative_qp.cpp +++ b/QP_solver/examples/QP_solver/first_nonnegative_qp.cpp @@ -3,7 +3,7 @@ // in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_nonnegative_qp_from_iterators.cpp b/QP_solver/examples/QP_solver/first_nonnegative_qp_from_iterators.cpp index bc1fd314e4a..a4b452cecab 100644 --- a/QP_solver/examples/QP_solver/first_nonnegative_qp_from_iterators.cpp +++ b/QP_solver/examples/QP_solver/first_nonnegative_qp_from_iterators.cpp @@ -2,7 +2,7 @@ // the QP below is the first nonnegative quadratic program example // in the user manual #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_nonnegative_qp_from_mps.cpp b/QP_solver/examples/QP_solver/first_nonnegative_qp_from_mps.cpp index 76175a78e13..30589d7d4dc 100644 --- a/QP_solver/examples/QP_solver/first_nonnegative_qp_from_mps.cpp +++ b/QP_solver/examples/QP_solver/first_nonnegative_qp_from_mps.cpp @@ -3,7 +3,7 @@ // in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_qp.cpp b/QP_solver/examples/QP_solver/first_qp.cpp index 68f5e899b62..dca70f5ecf0 100644 --- a/QP_solver/examples/QP_solver/first_qp.cpp +++ b/QP_solver/examples/QP_solver/first_qp.cpp @@ -2,7 +2,7 @@ // the QP below is the first quadratic program example in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_qp_basic_constraints.cpp b/QP_solver/examples/QP_solver/first_qp_basic_constraints.cpp index 744d0fa72f6..d150adca527 100644 --- a/QP_solver/examples/QP_solver/first_qp_basic_constraints.cpp +++ b/QP_solver/examples/QP_solver/first_qp_basic_constraints.cpp @@ -1,7 +1,7 @@ // example: output basic constraint indices // the QP below is the first quadratic program example in the user manual #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_qp_from_iterators.cpp b/QP_solver/examples/QP_solver/first_qp_from_iterators.cpp index d617f179b7c..b489faee1f6 100644 --- a/QP_solver/examples/QP_solver/first_qp_from_iterators.cpp +++ b/QP_solver/examples/QP_solver/first_qp_from_iterators.cpp @@ -1,7 +1,7 @@ // example: construct a quadratic program from given iterators // the QP below is the first quadratic program example in the user manual #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/first_qp_from_mps.cpp b/QP_solver/examples/QP_solver/first_qp_from_mps.cpp index 04f7cf72839..54828dde83e 100644 --- a/QP_solver/examples/QP_solver/first_qp_from_mps.cpp +++ b/QP_solver/examples/QP_solver/first_qp_from_mps.cpp @@ -2,7 +2,7 @@ // the QP below is the first quadratic program example in the user manual #include #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/infeasibility_certificate.cpp b/QP_solver/examples/QP_solver/infeasibility_certificate.cpp index c0be0a566fe..c5706d0922c 100644 --- a/QP_solver/examples/QP_solver/infeasibility_certificate.cpp +++ b/QP_solver/examples/QP_solver/infeasibility_certificate.cpp @@ -1,6 +1,6 @@ // example: extracting and verifying a proof of infeasibility from the solution #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/invert_matrix.cpp b/QP_solver/examples/QP_solver/invert_matrix.cpp index 5595180b6d3..b8969e374d6 100644 --- a/QP_solver/examples/QP_solver/invert_matrix.cpp +++ b/QP_solver/examples/QP_solver/invert_matrix.cpp @@ -2,7 +2,7 @@ #include #include #include -#include + #include #include #include diff --git a/QP_solver/examples/QP_solver/optimality_certificate.cpp b/QP_solver/examples/QP_solver/optimality_certificate.cpp index 57b51418a37..fd6d1e36a2b 100644 --- a/QP_solver/examples/QP_solver/optimality_certificate.cpp +++ b/QP_solver/examples/QP_solver/optimality_certificate.cpp @@ -1,6 +1,6 @@ // example: extracting and verifying a proof of optimality from the solution #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/print_first_lp.cpp b/QP_solver/examples/QP_solver/print_first_lp.cpp index 40fc015825e..9724bb4a69d 100644 --- a/QP_solver/examples/QP_solver/print_first_lp.cpp +++ b/QP_solver/examples/QP_solver/print_first_lp.cpp @@ -1,5 +1,5 @@ #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/print_first_nonnegative_lp.cpp b/QP_solver/examples/QP_solver/print_first_nonnegative_lp.cpp index 7c0f8e4a87f..8b83d0bb27b 100644 --- a/QP_solver/examples/QP_solver/print_first_nonnegative_lp.cpp +++ b/QP_solver/examples/QP_solver/print_first_nonnegative_lp.cpp @@ -1,5 +1,5 @@ #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/print_first_nonnegative_qp.cpp b/QP_solver/examples/QP_solver/print_first_nonnegative_qp.cpp index 3e218e25fb1..d9a3e641150 100644 --- a/QP_solver/examples/QP_solver/print_first_nonnegative_qp.cpp +++ b/QP_solver/examples/QP_solver/print_first_nonnegative_qp.cpp @@ -1,5 +1,5 @@ #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/print_first_qp.cpp b/QP_solver/examples/QP_solver/print_first_qp.cpp index 973724e0d1e..ded991288e5 100644 --- a/QP_solver/examples/QP_solver/print_first_qp.cpp +++ b/QP_solver/examples/QP_solver/print_first_qp.cpp @@ -1,5 +1,5 @@ #include -#include + #include #include diff --git a/QP_solver/examples/QP_solver/unboundedness_certificate.cpp b/QP_solver/examples/QP_solver/unboundedness_certificate.cpp index 2dd3a33ba5a..925ccf58c47 100644 --- a/QP_solver/examples/QP_solver/unboundedness_certificate.cpp +++ b/QP_solver/examples/QP_solver/unboundedness_certificate.cpp @@ -1,6 +1,6 @@ // example: extracting and verifying a proof of unboundedness from the solution #include -#include + #include #include diff --git a/QP_solver/test/QP_solver/test_MPS.cpp b/QP_solver/test/QP_solver/test_MPS.cpp index e6da992cea5..1eb84bfacca 100644 --- a/QP_solver/test/QP_solver/test_MPS.cpp +++ b/QP_solver/test/QP_solver/test_MPS.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #ifndef CGAL_USE_GMP #include diff --git a/QP_solver/test/QP_solver/test_bind.cpp b/QP_solver/test/QP_solver/test_bind.cpp index afd0ad2d4bb..86b5ac18aa8 100644 --- a/QP_solver/test/QP_solver/test_bind.cpp +++ b/QP_solver/test/QP_solver/test_bind.cpp @@ -1,5 +1,5 @@ #include -#include + #include #include #include diff --git a/QP_solver/test/QP_solver/test_default_bounds.cpp b/QP_solver/test/QP_solver/test_default_bounds.cpp index dc3de3377a1..24d066b816e 100644 --- a/QP_solver/test/QP_solver/test_default_bounds.cpp +++ b/QP_solver/test/QP_solver/test_default_bounds.cpp @@ -1,7 +1,7 @@ #include #include #include -#include + #include #include #include diff --git a/QP_solver/test/QP_solver/test_random_qp.cpp b/QP_solver/test/QP_solver/test_random_qp.cpp index 4385cc834b8..3644d141f0f 100644 --- a/QP_solver/test/QP_solver/test_random_qp.cpp +++ b/QP_solver/test/QP_solver/test_random_qp.cpp @@ -1,7 +1,7 @@ #include #include #include -#include + #include #include #include diff --git a/QP_solver/test/QP_solver/test_random_qp2.cpp b/QP_solver/test/QP_solver/test_random_qp2.cpp index 6d76042c085..0e03e70f6c5 100644 --- a/QP_solver/test/QP_solver/test_random_qp2.cpp +++ b/QP_solver/test/QP_solver/test_random_qp2.cpp @@ -1,7 +1,7 @@ #include #include #include -#include + #include #include #include diff --git a/QP_solver/test/QP_solver/test_solver.cpp b/QP_solver/test/QP_solver/test_solver.cpp index 458a965064f..6fee93f375e 100644 --- a/QP_solver/test/QP_solver/test_solver.cpp +++ b/QP_solver/test/QP_solver/test_solver.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #ifndef CGAL_USE_GMP #include // with normalization switched on diff --git a/STL_Extension/test/STL_Extension/test_Cache.cpp b/STL_Extension/test/STL_Extension/test_Cache.cpp index 1c8456a7764..188830a95e4 100644 --- a/STL_Extension/test/STL_Extension/test_Cache.cpp +++ b/STL_Extension/test/STL_Extension/test_Cache.cpp @@ -12,7 +12,6 @@ // ============================================================================ -#include #include #include #include diff --git a/STL_Extension/test/STL_Extension/test_Compact_container.cpp b/STL_Extension/test/STL_Extension/test_Compact_container.cpp index 1e78c93d382..117b5d1ec44 100644 --- a/STL_Extension/test/STL_Extension/test_Compact_container.cpp +++ b/STL_Extension/test/STL_Extension/test_Compact_container.cpp @@ -1,13 +1,11 @@ // test program for Compact_container. -#include #include #include #include #include #include #include -#include #include #include diff --git a/STL_Extension/test/STL_Extension/test_Concatenate_iterator.cpp b/STL_Extension/test/STL_Extension/test_Concatenate_iterator.cpp index 00aebd709b0..ab4410ce9d8 100644 --- a/STL_Extension/test/STL_Extension/test_Concatenate_iterator.cpp +++ b/STL_Extension/test/STL_Extension/test_Concatenate_iterator.cpp @@ -1,5 +1,3 @@ -#include - #include #include #include diff --git a/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp b/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp index 4d48b1f2889..bad8eb383b1 100644 --- a/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp +++ b/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp @@ -14,7 +14,6 @@ int main() #else -#include #include #include #include @@ -22,7 +21,7 @@ int main() #include #include #include -#include +#include # include # include diff --git a/STL_Extension/test/STL_Extension/test_Handle_with_policy.cpp b/STL_Extension/test/STL_Extension/test_Handle_with_policy.cpp index f343c7d9c56..efc642333e8 100644 --- a/STL_Extension/test/STL_Extension/test_Handle_with_policy.cpp +++ b/STL_Extension/test/STL_Extension/test_Handle_with_policy.cpp @@ -15,7 +15,6 @@ #define CGAL_HANDLE_WITH_POLICY_INTERNAL_TEST -#include #include #include diff --git a/STL_Extension/test/STL_Extension/test_In_place_list.cpp b/STL_Extension/test/STL_Extension/test_In_place_list.cpp index 8ec200cdf04..34a01dfb356 100644 --- a/STL_Extension/test/STL_Extension/test_In_place_list.cpp +++ b/STL_Extension/test/STL_Extension/test_In_place_list.cpp @@ -28,7 +28,6 @@ // ============================================================================ -#include #include #include #include diff --git a/STL_Extension/test/STL_Extension/test_Nested_iterator.cpp b/STL_Extension/test/STL_Extension/test_Nested_iterator.cpp index e2dcd1f532d..80a9a8c6ac2 100644 --- a/STL_Extension/test/STL_Extension/test_Nested_iterator.cpp +++ b/STL_Extension/test/STL_Extension/test_Nested_iterator.cpp @@ -1,5 +1,3 @@ -#include - #include #include #include diff --git a/STL_Extension/test/STL_Extension/test_is_iterator.cpp b/STL_Extension/test/STL_Extension/test_is_iterator.cpp index 63208296edf..c6412282935 100644 --- a/STL_Extension/test/STL_Extension/test_is_iterator.cpp +++ b/STL_Extension/test/STL_Extension/test_is_iterator.cpp @@ -1,6 +1,6 @@ -#include #include #include +#include #include #include diff --git a/STL_Extension/test/STL_Extension/test_is_streamable.cpp b/STL_Extension/test/STL_Extension/test_is_streamable.cpp index 27b5f59cc1e..7d1c81a892c 100644 --- a/STL_Extension/test/STL_Extension/test_is_streamable.cpp +++ b/STL_Extension/test/STL_Extension/test_is_streamable.cpp @@ -1,4 +1,3 @@ -#include #include #include #include // std::pair diff --git a/STL_Extension/test/STL_Extension/test_lexcompare_outputrange.cpp b/STL_Extension/test/STL_Extension/test_lexcompare_outputrange.cpp index d57006f9d34..2ec6be68f18 100644 --- a/STL_Extension/test/STL_Extension/test_lexcompare_outputrange.cpp +++ b/STL_Extension/test/STL_Extension/test_lexcompare_outputrange.cpp @@ -12,8 +12,8 @@ // // ============================================================================ -#include #include +#include #include #include #include diff --git a/STL_Extension/test/STL_Extension/test_multiset.cpp b/STL_Extension/test/STL_Extension/test_multiset.cpp index 4ca47101615..2a716b4969b 100644 --- a/STL_Extension/test/STL_Extension/test_multiset.cpp +++ b/STL_Extension/test/STL_Extension/test_multiset.cpp @@ -25,7 +25,6 @@ // A test for the CGAL::Multiset container. // ============================================================================ -#include #include #include #include diff --git a/STL_Extension/test/STL_Extension/test_stl_extension.cpp b/STL_Extension/test/STL_Extension/test_stl_extension.cpp index 546662a3f2c..73a8a806570 100644 --- a/STL_Extension/test/STL_Extension/test_stl_extension.cpp +++ b/STL_Extension/test/STL_Extension/test_stl_extension.cpp @@ -28,7 +28,6 @@ // ============================================================================ -#include #include #include #include diff --git a/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_2_et.cpp b/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_2_et.cpp index 64859405779..60f8ee9e31f 100644 --- a/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_2_et.cpp +++ b/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_2_et.cpp @@ -1,4 +1,3 @@ -#include #ifndef CGAL_SDG_VERBOSE #define CGAL_SDG_DEBUG(a)