From 1be8f232dce4501e3932d38c1164633cc0217460 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Thu, 7 Mar 2024 13:14:34 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sebastien Loriot --- AABB_tree/include/CGAL/AABB_polyline_segment_primitive_2.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/AABB_tree/include/CGAL/AABB_polyline_segment_primitive_2.h b/AABB_tree/include/CGAL/AABB_polyline_segment_primitive_2.h index c2bbbf6da95..8b3a4eb5178 100644 --- a/AABB_tree/include/CGAL/AABB_polyline_segment_primitive_2.h +++ b/AABB_tree/include/CGAL/AABB_polyline_segment_primitive_2.h @@ -8,7 +8,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // -// Author(s) : Sebastien Loriot +// Author(s) : Sven Oesau // @@ -17,7 +17,6 @@ #include -#include #include #include @@ -105,6 +104,5 @@ public: } // end namespace CGAL -#include #endif // CGAL_AABB_POLYLINE_SEGMENT_PRIMITIVE_2_H_