mirror of https://github.com/CGAL/cgal
- include <CGAL/number_utils_fwd.h>
This commit is contained in:
parent
7082743b98
commit
be1b2499a3
|
|
@ -40,7 +40,6 @@
|
|||
#include <CGAL/FPU.h>
|
||||
#include <CGAL/Uncertain.h>
|
||||
#include <CGAL/Interval_nt_fwd.h>
|
||||
#include <CGAL/number_utils_fwd.h>
|
||||
#include <CGAL/functional_base.h> // Unary_function, Binary_function
|
||||
|
||||
#include <CGAL/Algebraic_structure_traits.h>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#include <algorithm>
|
||||
#include <utility>
|
||||
#include <CGAL/functional_base.h>
|
||||
#include <CGAL/number_utils_fwd.h>
|
||||
#include <CGAL/number_utils.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue