Add/remove #include
- I remove <CGAL/basic.h> when I see it, in favor of <CGAL/config.h>. - <CGAL/ipower.h> is needed for CGAL::ipower - <ctime> is needed for std::time
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#ifndef CGAL_ARITHMETIC_KERNEL_ARITHMETIC_KERNEL_BASE_H
|
||||
#define CGAL_ARITHMETIC_KERNEL_ARITHMETIC_KERNEL_BASE_H
|
||||
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace internal{
|
||||
|
||||
|
||||
@@ -25,9 +25,10 @@
|
||||
#ifndef CGAL_GMP_ARITHMETIC_KERNEL_H
|
||||
#define CGAL_GMP_ARITHMETIC_KERNEL_H
|
||||
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#ifdef CGAL_USE_GMP
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h>
|
||||
#include <CGAL/Get_arithmetic_kernel.h>
|
||||
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
#ifndef CGAL_GET_ARITHMETIC_KERNEL_H
|
||||
#define CGAL_GET_ARITHMETIC_KERNEL_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
namespace CGAL {
|
||||
template< class NT > struct Get_arithmetic_kernel{};
|
||||
} //namespace CGAL
|
||||
|
||||
Reference in New Issue
Block a user