do not include itself

This commit is contained in:
Sébastien Loriot 2021-09-21 13:34:58 +02:00
parent d4d6ed30d5
commit 152a084019
9 changed files with 0 additions and 14 deletions

View File

@ -19,7 +19,6 @@
#include <CGAL/Kernel_d/Pair_d.h> #include <CGAL/Kernel_d/Pair_d.h>
#include <CGAL/Kernel_d/Point_d.h> #include <CGAL/Kernel_d/Point_d.h>
#include <CGAL/Kernel_d/Segment_d.h>
#include <CGAL/Kernel_d/Line_d.h> #include <CGAL/Kernel_d/Line_d.h>
#include <CGAL/Kernel_d/Ray_d.h> #include <CGAL/Kernel_d/Ray_d.h>
#include <CGAL/Kernel_d/Aff_transformation_d.h> #include <CGAL/Kernel_d/Aff_transformation_d.h>

View File

@ -16,7 +16,6 @@
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/number_type_basic.h> #include <CGAL/number_type_basic.h>
#include <CGAL/CORE/BigFloat.h>
#include <CGAL/CORE_coercion_traits.h> #include <CGAL/CORE_coercion_traits.h>
#include <CGAL/Interval_traits.h> #include <CGAL/Interval_traits.h>
#include <CGAL/Bigfloat_interval_traits.h> #include <CGAL/Bigfloat_interval_traits.h>
@ -513,7 +512,6 @@ template <> class Real_embeddable_traits< CORE::BigFloat >
#include <CGAL/CORE_Expr.h> #include <CGAL/CORE_Expr.h>
#include <CGAL/CORE_BigInt.h> #include <CGAL/CORE_BigInt.h>
#include <CGAL/CORE_BigRat.h> #include <CGAL/CORE_BigRat.h>
#include <CGAL/CORE_BigFloat.h>
#include <CGAL/CORE_arithmetic_kernel.h> #include <CGAL/CORE_arithmetic_kernel.h>
namespace Eigen { namespace Eigen {

View File

@ -18,7 +18,6 @@
#include <CGAL/config.h> #include <CGAL/config.h>
#include <CGAL/number_type_basic.h> #include <CGAL/number_type_basic.h>
#include <CGAL/CORE/BigInt.h>
#include <CGAL/CORE/Expr.h> #include <CGAL/CORE/Expr.h>
#include <CGAL/CORE_coercion_traits.h> #include <CGAL/CORE_coercion_traits.h>
@ -189,7 +188,6 @@ public:
//since types are included by CORE_coercion_traits.h: //since types are included by CORE_coercion_traits.h:
#include <CGAL/CORE_Expr.h> #include <CGAL/CORE_Expr.h>
#include <CGAL/CORE_BigInt.h>
#include <CGAL/CORE_BigRat.h> #include <CGAL/CORE_BigRat.h>
#include <CGAL/CORE_BigFloat.h> #include <CGAL/CORE_BigFloat.h>
#include <CGAL/CORE_arithmetic_kernel.h> #include <CGAL/CORE_arithmetic_kernel.h>

View File

@ -18,7 +18,6 @@
#include <CGAL/config.h> #include <CGAL/config.h>
#include <CGAL/number_type_basic.h> #include <CGAL/number_type_basic.h>
#include <CGAL/CORE/BigRat.h>
#include <CGAL/CORE_coercion_traits.h> #include <CGAL/CORE_coercion_traits.h>
#include <CGAL/CORE_Expr.h> // used for To_interval-functor #include <CGAL/CORE_Expr.h> // used for To_interval-functor
@ -226,7 +225,6 @@ public:
//since types are included by CORE_coercion_traits.h: //since types are included by CORE_coercion_traits.h:
#include <CGAL/CORE_Expr.h> #include <CGAL/CORE_Expr.h>
#include <CGAL/CORE_BigInt.h> #include <CGAL/CORE_BigInt.h>
#include <CGAL/CORE_BigRat.h>
#include <CGAL/CORE_BigFloat.h> #include <CGAL/CORE_BigFloat.h>
#include <CGAL/CORE_arithmetic_kernel.h> #include <CGAL/CORE_arithmetic_kernel.h>

View File

@ -21,7 +21,6 @@
#include <CGAL/number_type_basic.h> #include <CGAL/number_type_basic.h>
#include <CGAL/CORE_coercion_traits.h> #include <CGAL/CORE_coercion_traits.h>
#include <CGAL/CORE/Expr.h>
#include <utility> #include <utility>
@ -177,7 +176,6 @@ template <> class Real_embeddable_traits< CORE::Expr >
} //namespace CGAL } //namespace CGAL
//since types are included by CORE_coercion_traits.h: //since types are included by CORE_coercion_traits.h:
#include <CGAL/CORE_Expr.h>
#include <CGAL/CORE_BigInt.h> #include <CGAL/CORE_BigInt.h>
#include <CGAL/CORE_BigRat.h> #include <CGAL/CORE_BigRat.h>
#include <CGAL/CORE_BigFloat.h> #include <CGAL/CORE_BigFloat.h>

View File

@ -209,7 +209,6 @@ namespace Eigen {
//since types are included by Gmp_coercion_traits.h: //since types are included by Gmp_coercion_traits.h:
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>
#include <CGAL/Gmpq.h>
#include <CGAL/Gmpzf.h> #include <CGAL/Gmpzf.h>
#include <CGAL/GMP_arithmetic_kernel.h> #include <CGAL/GMP_arithmetic_kernel.h>

View File

@ -241,7 +241,6 @@ namespace Eigen {
//since types are included by Gmp_coercion_traits.h: //since types are included by Gmp_coercion_traits.h:
#include <CGAL/Gmpz.h>
#include <CGAL/Gmpq.h> #include <CGAL/Gmpq.h>
#include <CGAL/Gmpzf.h> #include <CGAL/Gmpzf.h>
#include <CGAL/GMP_arithmetic_kernel.h> #include <CGAL/GMP_arithmetic_kernel.h>

View File

@ -171,7 +171,6 @@ public:
//since types are included by Gmp_coercion_traits.h: //since types are included by Gmp_coercion_traits.h:
#include <CGAL/Gmpz.h> #include <CGAL/Gmpz.h>
#include <CGAL/Gmpq.h> #include <CGAL/Gmpq.h>
#include <CGAL/Gmpzf.h>
#endif // CGAL_GMPZF_H #endif // CGAL_GMPZF_H

View File

@ -20,8 +20,6 @@
#include <CGAL/mesh_union_of_balls_3.h> #include <CGAL/mesh_union_of_balls_3.h>
#include <CGAL/subdivide_union_of_balls_mesh_3.h> #include <CGAL/subdivide_union_of_balls_mesh_3.h>
#include <CGAL/make_union_of_balls_3.h>
namespace CGAL { namespace CGAL {
template <class WP_iterator, class Polyhedron_3> template <class WP_iterator, class Polyhedron_3>