Dispatch the files in Kernel_23, Cartesian, Homogeneous

This commit is contained in:
Andreas Fabri 2016-09-22 08:38:53 +02:00
parent 4ee96e11c0
commit c12f285ee4
13 changed files with 8 additions and 15 deletions

View File

@ -22,7 +22,7 @@
#define CGAL_MIN_ELLIPSE_2_ADAPTERC2_H
// includes
# include <CGAL/ConicCPA2.h>
# include <CGAL/Cartesian/ConicCPA2.h>
# include <CGAL/Optimisation/assertions.h>
namespace CGAL {

View File

@ -22,7 +22,7 @@
#define CGAL_MIN_ELLIPSE_2_ADAPTERH2_H
// includes
# include <CGAL/ConicHPA2.h>
# include <CGAL/Homogeneous/ConicHPA2.h>
# include <CGAL/Optimisation/assertions.h>
namespace CGAL {

View File

@ -24,6 +24,7 @@
#include <CGAL/Conic_2.h>
#include <CGAL/Optimisation/assertions.h>
#include <CGAL/Kernel/global_functions_2.h>
#include <CGAL/Kernel/Conic_misc.h>
namespace CGAL {

View File

@ -40,7 +40,7 @@
#include <CGAL/Cartesian/Iso_rectangle_2.h>
#include <CGAL/Cartesian/Aff_transformation_2.h>
#include <CGAL/Cartesian/Data_accessor_2.h>
#include <CGAL/ConicCPA2.h>
#include <CGAL/Cartesian/ConicCPA2.h>
#include <CGAL/Cartesian/predicates_on_points_2.h>
#include <CGAL/Cartesian/predicates_on_directions_2.h>

View File

@ -26,7 +26,7 @@
#define CGAL_CONICCPA2_H
// includes
#include <CGAL/Conic_misc.h>
#include <CGAL/Kernel/Conic_misc.h>
#include <CGAL/kernel_assertions.h>
namespace CGAL {

View File

@ -1,5 +0,0 @@
Utrecht University (The Netherlands),
ETH Zurich (Switzerland),
INRIA Sophia-Antipolis (France),
Max-Planck-Institute Saarbruecken (Germany),
Tel-Aviv University (Israel).

View File

@ -1 +0,0 @@
This package ....

View File

@ -1 +0,0 @@
LGPL (v3 or later)

View File

@ -1 +0,0 @@
Andreas Fabri <Andreas.Fabri@geometryfactory.com>

View File

@ -26,7 +26,7 @@
#define CGAL_CONICHPA2_H
// includes
#include <CGAL/Conic_misc.h>
#include <CGAL/Kernel/Conic_misc.h>
#include <CGAL/kernel_assertions.h>
namespace CGAL {

View File

@ -43,7 +43,7 @@
#include <CGAL/Cartesian/Triangle_2.h>
#include <CGAL/Homogeneous/VectorH2.h>
#include <CGAL/Homogeneous/Data_accessorH2.h>
#include <CGAL/ConicHPA2.h>
#include <CGAL/Homogeneous/ConicHPA2.h>
#include <CGAL/Homogeneous/Aff_transformationH3.h>
#include <CGAL/Homogeneous/DirectionH3.h>

View File

@ -27,7 +27,7 @@
#define CGAL_CONIC_2_H
#include <CGAL/Point_2.h>
#include <CGAL/Conic_misc.h>
#include <CGAL/Kernel/Conic_misc.h>
#include <CGAL/Dimension.h>
namespace CGAL {