summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/azimuth.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/azimuth.hpp')
-rw-r--r--boost/geometry/algorithms/azimuth.hpp16
1 files changed, 6 insertions, 10 deletions
diff --git a/boost/geometry/algorithms/azimuth.hpp b/boost/geometry/algorithms/azimuth.hpp
index 28e5491e7a..7056c512c9 100644
--- a/boost/geometry/algorithms/azimuth.hpp
+++ b/boost/geometry/algorithms/azimuth.hpp
@@ -2,8 +2,8 @@
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
-// This file was modified by Oracle on 2014-2021.
-// Modifications copyright (c) 2014-2021, Oracle and/or its affiliates.
+// This file was modified by Oracle on 2014-2023.
+// Modifications copyright (c) 2014-2023, Oracle and/or its affiliates.
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
@@ -17,20 +17,16 @@
#include <boost/geometry/algorithms/not_implemented.hpp>
-#include <boost/geometry/core/cs.hpp>
-#include <boost/geometry/core/access.hpp>
#include <boost/geometry/core/radian_access.hpp>
#include <boost/geometry/core/tag.hpp>
-#include <boost/geometry/core/tags.hpp>
+
+#include <boost/geometry/geometries/concepts/check.hpp>
#include <boost/geometry/strategies/default_strategy.hpp>
#include <boost/geometry/strategies/azimuth/cartesian.hpp>
#include <boost/geometry/strategies/azimuth/geographic.hpp>
#include <boost/geometry/strategies/azimuth/spherical.hpp>
-#include <boost/geometry/util/math.hpp>
-
-
namespace boost { namespace geometry
{
@@ -38,7 +34,7 @@ namespace boost { namespace geometry
#ifndef DOXYGEN_NO_DETAIL
namespace detail
{
-
+
} // namespace detail
#endif // DOXYGEN_NO_DETAIL
@@ -181,7 +177,7 @@ inline auto azimuth(Point1 const& point1, Point2 const& point2)
{
concepts::check<Point1 const>();
concepts::check<Point2 const>();
-
+
return resolve_strategy::azimuth
<
default_strategy