Remove that include

- it is actually not used
- it does not exist in older Boost versions (1.48)
This commit is contained in:
Laurent Rineau 2017-10-04 10:59:33 +02:00
parent 2b19cfe269
commit 69397e159d
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
#include <boost/next_prior.hpp> // for boost::prior and boost::next
#include <boost/variant.hpp>
#include <boost/foreach.hpp>
#include <boost/property_map/function_property_map.hpp>
namespace CGAL {