mirror of https://github.com/CGAL/cgal
Remove two unused includes of pool_allocator
This commit is contained in:
parent
f0f4b42079
commit
236ae3f9d3
|
|
@ -25,7 +25,6 @@
|
|||
#define CGAL_ALGEBRAIC_CURVE_KERNEL_XY_COORDINATE_2_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <boost/pool/pool_alloc.hpp>
|
||||
#include <boost/numeric/interval.hpp>
|
||||
|
||||
#include <CGAL/Bbox_2.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@
|
|||
#include <CGAL/internal/Exact_type_selector.h>
|
||||
#include <CGAL/Kernel_d/Cartesian_converter_d.h>
|
||||
|
||||
#include<boost/pool/pool_alloc.hpp>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
template<typename Kernel> // a dD kernel we want to filter
|
||||
|
|
|
|||
Loading…
Reference in New Issue