From f3fd9084ea14d4b01371dc7aff112a3fac59ffbc Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 5 Mar 2014 12:04:56 +0100 Subject: [PATCH] [geometry] moved zoom_to_robust to algorithms/detail --- .../algorithms/detail/overlay/enrich_intersection_points.hpp | 2 +- .../geometry/algorithms/detail/overlay/handle_tangencies.hpp | 2 +- .../robustness => algorithms/detail}/zoom_to_robust.hpp | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename include/boost/geometry/{policies/robustness => algorithms/detail}/zoom_to_robust.hpp (100%) diff --git a/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp b/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp index faa8c7e32..bfe7e3909 100644 --- a/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp @@ -29,8 +29,8 @@ #include #include #include +#include #include -#include #ifdef BOOST_GEOMETRY_DEBUG_ENRICH # include #endif diff --git a/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp b/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp index 2dc41a85b..1a35cff7c 100644 --- a/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #if defined(BOOST_GEOMETRY_DEBUG_HANDLE_TANGENCIES) #include diff --git a/include/boost/geometry/policies/robustness/zoom_to_robust.hpp b/include/boost/geometry/algorithms/detail/zoom_to_robust.hpp similarity index 100% rename from include/boost/geometry/policies/robustness/zoom_to_robust.hpp rename to include/boost/geometry/algorithms/detail/zoom_to_robust.hpp