Fixes of fixes

This commit is contained in:
Andreas Fabri 2019-02-15 09:03:58 +01:00
parent 4b9a3256e4
commit e62ab30e6c
78 changed files with 66 additions and 91 deletions

View File

@ -30,6 +30,7 @@
#include <CGAL/AABB_face_graph_triangle_primitive.h> #include <CGAL/AABB_face_graph_triangle_primitive.h>
#include <CGAL/AABB_halfedge_graph_segment_primitive.h> #include <CGAL/AABB_halfedge_graph_segment_primitive.h>
#include <CGAL/Polyhedron_3.h> #include <CGAL/Polyhedron_3.h>
#include <CGAL/Timer.h>
#include <CGAL/disable_warnings.h> #include <CGAL/disable_warnings.h>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#include <CGAL/IO/io.h> #include <CGAL/IO/io.h>
#include <CGAL/Algebraic_structure_traits.h> #include <CGAL/Algebraic_structure_traits.h>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#include <CGAL/Fraction_traits.h> #include <CGAL/Fraction_traits.h>
#include <CGAL/IO/io.h> #include <CGAL/IO/io.h>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#include <CGAL/Coercion_traits.h> #include <CGAL/Coercion_traits.h>
#include <CGAL/Quotient.h> #include <CGAL/Quotient.h>
#include <CGAL/Sqrt_extension.h> #include <CGAL/Sqrt_extension.h>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#include <CGAL/Fraction_traits.h> #include <CGAL/Fraction_traits.h>
#include <CGAL/IO/io.h> #include <CGAL/IO/io.h>
#include <vector> #include <vector>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#include <CGAL/Coercion_traits.h> #include <CGAL/Coercion_traits.h>
#include <CGAL/IO/io.h> #include <CGAL/IO/io.h>

View File

@ -1,7 +1,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifdef CGAL_USE_MPFI #ifdef CGAL_USE_MPFI
#include <CGAL/Algebraic_kernel_d_1.h> #include <CGAL/Algebraic_kernel_d_1.h>
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>

View File

@ -1,7 +1,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifdef CGAL_USE_MPFI #ifdef CGAL_USE_MPFI
#include <CGAL/Algebraic_kernel_d_1.h> #include <CGAL/Algebraic_kernel_d_1.h>
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>

View File

@ -1,7 +1,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifdef CGAL_USE_MPFI #ifdef CGAL_USE_MPFI
#include <CGAL/Algebraic_kernel_d_1.h> #include <CGAL/Algebraic_kernel_d_1.h>
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>

View File

@ -1,7 +1,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifdef CGAL_USE_MPFI #ifdef CGAL_USE_MPFI
#include <CGAL/Algebraic_kernel_d_1.h> #include <CGAL/Algebraic_kernel_d_1.h>
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>

View File

@ -1,7 +1,7 @@
// $URL$ // $URL$
// $Id$ // $Id$
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifdef CGAL_USE_MPFI #ifdef CGAL_USE_MPFI
#include <CGAL/Algebraic_kernel_d_1.h> #include <CGAL/Algebraic_kernel_d_1.h>
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>

View File

@ -1,4 +1,4 @@
#include <CGAL/basic.h> #include <CGAL/config.h>
// standard includes // standard includes
#include <iostream> #include <iostream>

View File

@ -1,7 +1,7 @@
//! \file examples/Arrangement_on_surface_2/Bezier_curves.cpp //! \file examples/Arrangement_on_surface_2/Bezier_curves.cpp
// Constructing an arrangement of Bezier curves. // Constructing an arrangement of Bezier curves.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -1,4 +1,4 @@
#include <CGAL/basic.h> #include <CGAL/config.h>
#include <iostream> #include <iostream>
#if (!CGAL_USE_CORE) && (!CGAL_USE_LEDA) && (!(CGAL_USE_GMP && CGAL_USE_MPFI)) #if (!CGAL_USE_CORE) && (!CGAL_USE_LEDA) && (!(CGAL_USE_GMP && CGAL_USE_MPFI))

View File

@ -1,7 +1,7 @@
//! \file examples/Arrangement_on_surface_2/conic_multiplicities.cpp //! \file examples/Arrangement_on_surface_2/conic_multiplicities.cpp
// Handling intersection points with multiplicity between conic arcs. // Handling intersection points with multiplicity between conic arcs.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -1,6 +1,6 @@
//! \file examples/Arrangement_on_surface_2/conics.cpp //! \file examples/Arrangement_on_surface_2/conics.cpp
// Constructing an arrangement of various conic arcs. // Constructing an arrangement of various conic arcs.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -1,8 +1,6 @@
//! \file examples/Arrangement_on_surface_2/edge_manipulation.cpp //! \file examples/Arrangement_on_surface_2/edge_manipulation.cpp
// Using the edge-manipulation functions. // Using the edge-manipulation functions.
#include <CGAL/basic.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h> #include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Arr_segment_traits_2.h> #include <CGAL/Arr_segment_traits_2.h>
#include <CGAL/Arrangement_2.h> #include <CGAL/Arrangement_2.h>

View File

@ -1,6 +1,6 @@
// Constructing a arrangement of Bezier polycurves. // Constructing a arrangement of Bezier polycurves.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE

View File

@ -1,6 +1,6 @@
// Constructing an arrangement of polycurves. // Constructing an arrangement of polycurves.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE

View File

@ -1,6 +1,6 @@
// Testing the do_equal function // Testing the do_equal function
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE

View File

@ -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. // Constructing an arrangement of arcs of rational functions.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -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. // Constructing an arrangement of arcs of rational functions.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -1,7 +1,7 @@
//! \file examples/Arrangement_2/unbounded_rational_functions.cpp //! \file examples/Arrangement_2/unbounded_rational_functions.cpp
// Constructing an arrangement of unbounded portions of rational functions. // Constructing an arrangement of unbounded portions of rational functions.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -2,7 +2,7 @@
* Using the traits adaptor to generate a traits class for Bezier polygons. * Using the traits adaptor to generate a traits class for Bezier polygons.
*/ */
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -2,7 +2,7 @@
* Using the traits adaptor to generate a traits class for Bezier polygons. * Using the traits adaptor to generate a traits class for Bezier polygons.
*/ */
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -2,7 +2,7 @@
* Using the traits adaptor to generate a traits of conics. * Using the traits adaptor to generate a traits of conics.
*/ */
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#include <cassert> #include <cassert>
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>

View File

@ -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. // Constructing the lower envelope of a set of spheres read from a file.
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
#include <iostream> #include <iostream>

View File

@ -58,13 +58,13 @@ inline double to_nt(int d)
template < typename K > template < typename K >
struct Test { struct Test {
typedef CGAL::Point_2< K > P; typedef typename K::Point_2 P;
typedef CGAL::Line_2< K > L; typedef typename K::Line_2 L;
typedef CGAL::Segment_2< K > S; typedef typename K::Segment_2 S;
typedef CGAL::Ray_2< K > R; typedef typename K::Ray_2 R;
typedef CGAL::Triangle_2< K > T; typedef typename K::Triangle_2 T;
typedef CGAL::Iso_rectangle_2< K > Rec; typedef typename K::Iso_rectangle_2 Rec;
typedef CGAL::Circle_2< K > C; typedef typename K::Circle_2 C;
typedef std::vector<P> Pol; typedef std::vector<P> Pol;

View File

@ -6,7 +6,6 @@
#include <list> #include <list>
#include <boost/timer.hpp> #include <boost/timer.hpp>
#include <CGAL/basic.h>
#include <CGAL/approximated_offset_2.h> #include <CGAL/approximated_offset_2.h>
#include "bops_circular.h" #include "bops_circular.h"

View File

@ -4,7 +4,6 @@
#include <fstream> #include <fstream>
#include <boost/timer.hpp> #include <boost/timer.hpp>
#include <CGAL/basic.h>
#include <CGAL/approximated_offset_2.h> #include <CGAL/approximated_offset_2.h>
#include "bops_circular.h" #include "bops_circular.h"

View File

@ -3,7 +3,7 @@
#include <iostream> #include <iostream>
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
int main() int main()

View File

@ -3,7 +3,7 @@
#include <iostream> #include <iostream>
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_CORE #ifndef CGAL_USE_CORE
int main() int main()

View File

@ -5,6 +5,7 @@
#include <CGAL/Exact_predicates_exact_constructions_kernel.h> #include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/minkowski_sum_2.h> #include <CGAL/minkowski_sum_2.h>
#include <CGAL/Polygon_vertical_decomposition_2.h> #include <CGAL/Polygon_vertical_decomposition_2.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>

View File

@ -1,7 +1,6 @@
//! \file examples/Minkowski_sum_2/sum_triangle_square.cpp //! \file examples/Minkowski_sum_2/sum_triangle_square.cpp
// Computing the Minkowski sum of a triangle and a square. // Computing the Minkowski sum of a triangle and a square.
#include <CGAL/basic.h>
#include <CGAL/minkowski_sum_2.h> #include <CGAL/minkowski_sum_2.h>
#include "bops_linear.h" #include "bops_linear.h"

View File

@ -3,7 +3,6 @@
#include <fstream> #include <fstream>
#include <CGAL/basic.h>
#include <CGAL/minkowski_sum_2.h> #include <CGAL/minkowski_sum_2.h>
#include "bops_linear.h" #include "bops_linear.h"

View File

@ -1,5 +1,4 @@
#include <CGAL/config.h>
#include <CGAL/basic.h>
#ifdef CGAL_USE_GMP #ifdef CGAL_USE_GMP

View File

@ -2,7 +2,7 @@
// using Bland pricing // using Bland pricing
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -2,7 +2,7 @@
// the LP below is the first linear program example in the user manual // the LP below is the first linear program example in the user manual
#include <iostream> #include <iostream>
#include <cassert> #include <cassert>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,7 +1,7 @@
// example: construct a linear program from given iterators // example: construct a linear program from given iterators
// the LP below is the first linear program example in the user manual // the LP below is the first linear program example in the user manual
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -2,7 +2,7 @@
// the LP below is the first linear program example in the user manual // the LP below is the first linear program example in the user manual
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -3,7 +3,7 @@
// in the user manual // in the user manual
#include <iostream> #include <iostream>
#include <cassert> #include <cassert>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -2,7 +2,7 @@
// the LP below is the first nonnegative linear program example // the LP below is the first nonnegative linear program example
// in the user manual // in the user manual
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -3,7 +3,7 @@
// in the user manual // in the user manual
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -3,7 +3,7 @@
// in the user manual // in the user manual
#include <iostream> #include <iostream>
#include <cassert> #include <cassert>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -2,7 +2,7 @@
// the QP below is the first nonnegative quadratic program example // the QP below is the first nonnegative quadratic program example
// in the user manual // in the user manual
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -3,7 +3,7 @@
// in the user manual // in the user manual
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -2,7 +2,7 @@
// the QP below is the first quadratic program example in the user manual // the QP below is the first quadratic program example in the user manual
#include <iostream> #include <iostream>
#include <cassert> #include <cassert>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,7 +1,7 @@
// example: output basic constraint indices // example: output basic constraint indices
// the QP below is the first quadratic program example in the user manual // the QP below is the first quadratic program example in the user manual
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,7 +1,7 @@
// example: construct a quadratic program from given iterators // example: construct a quadratic program from given iterators
// the QP below is the first quadratic program example in the user manual // the QP below is the first quadratic program example in the user manual
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -2,7 +2,7 @@
// the QP below is the first quadratic program example in the user manual // the QP below is the first quadratic program example in the user manual
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,6 +1,6 @@
// example: extracting and verifying a proof of infeasibility from the solution // example: extracting and verifying a proof of infeasibility from the solution
#include <cassert> #include <cassert>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -2,7 +2,7 @@
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <CGAL/basic.h>
#include <CGAL/Random.h> #include <CGAL/Random.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,6 +1,6 @@
// example: extracting and verifying a proof of optimality from the solution // example: extracting and verifying a proof of optimality from the solution
#include <cassert> #include <cassert>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,5 +1,5 @@
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,5 +1,5 @@
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,5 +1,5 @@
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,5 +1,5 @@
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,6 +1,6 @@
// example: extracting and verifying a proof of unboundedness from the solution // example: extracting and verifying a proof of unboundedness from the solution
#include <cassert> #include <cassert>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -22,7 +22,7 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <cstdlib> #include <cstdlib>
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_GMP #ifndef CGAL_USE_GMP
#include <CGAL/MP_Float.h> #include <CGAL/MP_Float.h>

View File

@ -1,5 +1,5 @@
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/Quotient.h> #include <CGAL/Quotient.h>
#include <CGAL/function_objects.h> #include <CGAL/function_objects.h>
#include <boost/bind.hpp> #include <boost/bind.hpp>

View File

@ -1,7 +1,7 @@
#include <cstdlib> #include <cstdlib>
#include <cassert> #include <cassert>
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_options.h> #include <CGAL/QP_options.h>
#include <CGAL/QP_functions.h> #include <CGAL/QP_functions.h>

View File

@ -1,7 +1,7 @@
#include <cstdlib> #include <cstdlib>
#include <cassert> #include <cassert>
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/Random.h> #include <CGAL/Random.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_options.h> #include <CGAL/QP_options.h>

View File

@ -1,7 +1,7 @@
#include <cstdlib> #include <cstdlib>
#include <cassert> #include <cassert>
#include <iostream> #include <iostream>
#include <CGAL/basic.h>
#include <CGAL/Random.h> #include <CGAL/Random.h>
#include <CGAL/QP_models.h> #include <CGAL/QP_models.h>
#include <CGAL/QP_options.h> #include <CGAL/QP_options.h>

View File

@ -27,7 +27,7 @@
#include <locale> #include <locale>
#include <map> #include <map>
#include <cstdlib> #include <cstdlib>
#include <CGAL/basic.h> #include <CGAL/config.h>
#ifndef CGAL_USE_GMP #ifndef CGAL_USE_GMP
#include <CGAL/MP_Float.h> // with normalization switched on #include <CGAL/MP_Float.h> // with normalization switched on

View File

@ -12,7 +12,6 @@
// ============================================================================ // ============================================================================
#include <CGAL/basic.h>
#include <cassert> #include <cassert>
#include <CGAL/Cache.h> #include <CGAL/Cache.h>
#include <CGAL/Handle_with_policy.h> #include <CGAL/Handle_with_policy.h>

View File

@ -1,13 +1,11 @@
// test program for Compact_container. // test program for Compact_container.
#include <CGAL/basic.h>
#include <cassert> #include <cassert>
#include <cstddef> #include <cstddef>
#include <list> #include <list>
#include <vector> #include <vector>
#include <CGAL/Compact_container.h> #include <CGAL/Compact_container.h>
#include <CGAL/Random.h> #include <CGAL/Random.h>
#include <CGAL/Testsuite/use.h>
#include <CGAL/tags.h> #include <CGAL/tags.h>
#include <CGAL/use.h> #include <CGAL/use.h>

View File

@ -1,5 +1,3 @@
#include <CGAL/basic.h>
#include <iostream> #include <iostream>
#include <list> #include <list>
#include <vector> #include <vector>

View File

@ -14,7 +14,6 @@ int main()
#else #else
#include <CGAL/basic.h>
#include <cassert> #include <cassert>
#include <cstddef> #include <cstddef>
#include <list> #include <list>
@ -22,7 +21,7 @@ int main()
#include <CGAL/Compact_container.h> #include <CGAL/Compact_container.h>
#include <CGAL/Concurrent_compact_container.h> #include <CGAL/Concurrent_compact_container.h>
#include <CGAL/Random.h> #include <CGAL/Random.h>
#include <CGAL/Testsuite/use.h> #include <CGAL/use.h>
# include <tbb/task_scheduler_init.h> # include <tbb/task_scheduler_init.h>
# include <tbb/parallel_for.h> # include <tbb/parallel_for.h>

View File

@ -15,7 +15,6 @@
#define CGAL_HANDLE_WITH_POLICY_INTERNAL_TEST #define CGAL_HANDLE_WITH_POLICY_INTERNAL_TEST
#include <CGAL/basic.h>
#include <CGAL/memory.h> #include <CGAL/memory.h>
#include <cassert> #include <cassert>

View File

@ -28,7 +28,6 @@
// ============================================================================ // ============================================================================
#include <CGAL/basic.h>
#include <cstddef> #include <cstddef>
#include <cassert> #include <cassert>
#include <iterator> #include <iterator>

View File

@ -1,5 +1,3 @@
#include <CGAL/basic.h>
#include <iostream> #include <iostream>
#include <list> #include <list>
#include <vector> #include <vector>

View File

@ -1,6 +1,6 @@
#include <CGAL/basic.h>
#include <CGAL/assertions.h> #include <CGAL/assertions.h>
#include <CGAL/is_iterator.h> #include <CGAL/is_iterator.h>
#include <CGAL/use.h>
#include <vector> #include <vector>
#include <list> #include <list>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#include <CGAL/assertions.h> #include <CGAL/assertions.h>
#include <CGAL/is_streamable.h> #include <CGAL/is_streamable.h>
#include <utility> // std::pair #include <utility> // std::pair

View File

@ -12,8 +12,8 @@
// //
// ============================================================================ // ============================================================================
#include <CGAL/basic.h>
#include <cassert> #include <cassert>
#include <CGAL/IO/io.h>
#include <CGAL/algorithm.h> #include <CGAL/algorithm.h>
#include <cstdlib> #include <cstdlib>
#include <sstream> #include <sstream>

View File

@ -25,7 +25,6 @@
// A test for the CGAL::Multiset container. // A test for the CGAL::Multiset container.
// ============================================================================ // ============================================================================
#include <CGAL/basic.h>
#include <CGAL/Multiset.h> #include <CGAL/Multiset.h>
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -28,7 +28,6 @@
// ============================================================================ // ============================================================================
#include <CGAL/basic.h>
#include <cstddef> #include <cstddef>
#include <list> #include <list>
#include <vector> #include <vector>

View File

@ -1,4 +1,3 @@
#include <CGAL/basic.h>
#ifndef CGAL_SDG_VERBOSE #ifndef CGAL_SDG_VERBOSE
#define CGAL_SDG_DEBUG(a) #define CGAL_SDG_DEBUG(a)