mirror of https://github.com/CGAL/cgal
include header files where they are used
This commit is contained in:
parent
84cd43c9f6
commit
c6bf236909
|
|
@ -33,8 +33,6 @@
|
|||
#include <boost/iterator/zip_iterator.hpp>
|
||||
#include <boost/mpl/and.hpp>
|
||||
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
namespace internal{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
#define CGAL_INTERNAL_TRIANGULATION_2_IMSERT_CONSTRAINTS_H
|
||||
|
||||
#include <CGAL/Spatial_sort_traits_adapter_2.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
|
||||
namespace CGAL {
|
||||
namespace internal {
|
||||
|
|
|
|||
Loading…
Reference in New Issue