summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/area_result.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/area_result.hpp')
-rw-r--r--boost/geometry/algorithms/area_result.hpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/boost/geometry/algorithms/area_result.hpp b/boost/geometry/algorithms/area_result.hpp
index 686b26c73e..73d9f52c5d 100644
--- a/boost/geometry/algorithms/area_result.hpp
+++ b/boost/geometry/algorithms/area_result.hpp
@@ -2,8 +2,9 @@
// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland.
-// This file was modified by Oracle on 2020-2021.
-// Modifications copyright (c) 2020-2021 Oracle and/or its affiliates.
+// This file was modified by Oracle on 2020-2023.
+// Modifications copyright (c) 2020-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
// Use, modification and distribution is subject to the Boost Software License,
@@ -19,18 +20,12 @@
#include <boost/geometry/algorithms/detail/select_geometry_type.hpp>
#include <boost/geometry/core/coordinate_type.hpp>
-#include <boost/geometry/core/cs.hpp>
-#include <boost/geometry/core/geometry_types.hpp>
-#include <boost/geometry/core/tag.hpp>
-#include <boost/geometry/core/tags.hpp>
#include <boost/geometry/strategies/area/services.hpp>
#include <boost/geometry/strategies/default_strategy.hpp>
#include <boost/geometry/strategies/detail.hpp>
#include <boost/geometry/util/select_most_precise.hpp>
-#include <boost/geometry/util/sequence.hpp>
-#include <boost/geometry/util/type_traits.hpp>
namespace boost { namespace geometry
{