From a201c2ebf4b6b9b81ce7c76ecdebb7a3778d1f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 4 Mar 2025 17:16:47 +0100 Subject: [PATCH] reordering --- .../CGAL/Distance_3/internal/squared_distance_utils_3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h b/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h index 68842130254..d4489a0b15b 100644 --- a/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h +++ b/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h @@ -21,9 +21,10 @@ #include #include #include -#include #include +#include + namespace CGAL { namespace internal {