include header files where they are used

This commit is contained in:
Andreas Fabri 2014-05-22 14:49:38 +02:00
parent 84cd43c9f6
commit c6bf236909
2 changed files with 3 additions and 2 deletions

View File

@ -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{

View File

@ -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 {