From f610f054be3ff92d7a637dcd4a32bc427e9812d0 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 14 Jan 2025 12:47:57 +0000 Subject: [PATCH] Change inclusion order in tests --- .../test/Vector_graphics_on_surfaces/test_Bsurf.cpp | 3 +-- .../test/Vector_graphics_on_surfaces/test_Bsurf_grid.cpp | 2 +- .../Vector_graphics_on_surfaces/test_straightest_geodesic.cpp | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf.cpp b/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf.cpp index 06085e44c92f..e028de3bd239 100644 --- a/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf.cpp +++ b/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf.cpp @@ -1,7 +1,6 @@ +#include #include #include -#include - #include namespace VGoS = CGAL::Vector_graphics_on_surfaces; diff --git a/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf_grid.cpp b/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf_grid.cpp index 625643f3e722..a7a2be5aca59 100644 --- a/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf_grid.cpp +++ b/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_Bsurf_grid.cpp @@ -1,6 +1,6 @@ +#include #include #include -#include #include #include diff --git a/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_straightest_geodesic.cpp b/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_straightest_geodesic.cpp index 0030d96844da..92297b74e69d 100644 --- a/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_straightest_geodesic.cpp +++ b/Vector_graphics_on_surfaces/test/Vector_graphics_on_surfaces/test_straightest_geodesic.cpp @@ -1,6 +1,6 @@ +#include #include #include -#include #include #include