mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'origin/NewKernel_d-rename_files-glisse'
Tested in CGAL-4.5-Ic-86 Approved by the release manager
This commit is contained in:
commit
6db90e6f06
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef CGAL_CARTESIAN_LA_FUNCTORS_H
|
||||
#define CGAL_CARTESIAN_LA_FUNCTORS_H
|
||||
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <CGAL/is_iterator.h>
|
||||
#include <CGAL/argument_swaps.h>
|
||||
#include <CGAL/Kernel/Return_base_tag.h>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#define CGAL_KD_DIMENSION_BASE_h
|
||||
#include <CGAL/Dimension.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
namespace CGAL {
|
||||
struct Store_dimension_base {
|
||||
//TODO: add some assertions
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <CGAL/NewKernel_d/functor_tags.h>
|
||||
#include <CGAL/transforming_iterator.h>
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <CGAL/tuple.h>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <CGAL/NewKernel_d/functor_tags.h>
|
||||
#include <CGAL/transforming_iterator.h>
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <CGAL/tuple.h>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <CGAL/NewKernel_d/functor_tags.h>
|
||||
#include <CGAL/transforming_iterator.h>
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <CGAL/tuple.h>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#ifndef CGAL_KD_KO_CONVERTER_H
|
||||
#define CGAL_KD_KO_CONVERTER_H
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <CGAL/NewKernel_d/functor_tags.h>
|
||||
#include <CGAL/Kernel/mpl.h> // First_if_different
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <CGAL/Dimension.h>
|
||||
#include <Eigen/Dense>
|
||||
#include <CGAL/iterator_from_indices.h>
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <boost/preprocessor/repetition.hpp>
|
||||
#include <boost/preprocessor/repetition/enum.hpp>
|
||||
#include <boost/preprocessor/repetition/enum_params.hpp>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include <boost/type_traits/is_arithmetic.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <CGAL/Dimension.h>
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <CGAL/array.h>
|
||||
#include <boost/preprocessor/repetition.hpp>
|
||||
#include <boost/preprocessor/repetition/enum.hpp>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include <boost/type_traits/is_arithmetic.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <CGAL/Dimension.h>
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <vector>
|
||||
#include <boost/preprocessor/repetition.hpp>
|
||||
#include <boost/preprocessor/repetition/enum.hpp>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef CGAL_KERNEL_D_FUNCTION_OBJECTS_CARTESIAN_H
|
||||
#define CGAL_KERNEL_D_FUNCTION_OBJECTS_CARTESIAN_H
|
||||
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#include <CGAL/Dimension.h>
|
||||
#include <CGAL/Uncertain.h>
|
||||
#include <CGAL/NewKernel_d/store_kernel.h>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef CGAL_FUNCTOR_TAGS_H
|
||||
#define CGAL_FUNCTOR_TAGS_H
|
||||
#include <CGAL/tags.h> // for Null_tag
|
||||
#include <CGAL/marcutils.h>
|
||||
#include <CGAL/NewKernel_d/utils.h>
|
||||
#ifdef CGAL_CXX11
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
|
|
|||
Loading…
Reference in New Issue