[geometry] moved zoom_to_robust to algorithms/detail

This commit is contained in:
Barend Gehrels
2014-03-05 12:04:56 +01:00
parent 921c7d2f14
commit f3fd9084ea
3 changed files with 2 additions and 2 deletions

View File

@@ -29,8 +29,8 @@
#include <boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>
#include <boost/geometry/algorithms/detail/overlay/get_relative_order.hpp>
#include <boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp>
#include <boost/geometry/algorithms/detail/zoom_to_robust.hpp>
#include <boost/geometry/policies/robustness/robust_type.hpp>
#include <boost/geometry/policies/robustness/zoom_to_robust.hpp>
#ifdef BOOST_GEOMETRY_DEBUG_ENRICH
# include <boost/geometry/algorithms/detail/overlay/check_enrich.hpp>
#endif

View File

@@ -19,7 +19,7 @@
#include <boost/geometry/policies/robustness/robust_point_type.hpp>
#include <boost/geometry/policies/robustness/segment_ratio_type.hpp>
#include <boost/geometry/policies/robustness/robust_type.hpp>
#include <boost/geometry/policies/robustness/zoom_to_robust.hpp>
#include <boost/geometry/algorithms/detail/zoom_to_robust.hpp>
#if defined(BOOST_GEOMETRY_DEBUG_HANDLE_TANGENCIES)
#include <boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>