Apply suggestions from code review

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Sven Oesau 2024-03-07 13:14:34 +01:00 committed by GitHub
parent cda5d0ab60
commit 1be8f232dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
// //
// //
// Author(s) : Sebastien Loriot // Author(s) : Sven Oesau
// //
@ -17,7 +17,6 @@
#include <CGAL/license/AABB_tree.h> #include <CGAL/license/AABB_tree.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/AABB_primitive.h> #include <CGAL/AABB_primitive.h>
#include <iterator> #include <iterator>
@ -105,6 +104,5 @@ public:
} // end namespace CGAL } // end namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_AABB_POLYLINE_SEGMENT_PRIMITIVE_2_H_ #endif // CGAL_AABB_POLYLINE_SEGMENT_PRIMITIVE_2_H_