Skip to content

Commit

Permalink
Change inclusion order in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Jan 14, 2025
1 parent 1bd12c7 commit f610f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h>

#include <CGAL/boost/graph/IO/polygon_mesh_io.h>

namespace VGoS = CGAL::Vector_graphics_on_surfaces;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h>
#include <CGAL/Polygon_mesh_processing/extrude.h>
#include <CGAL/boost/graph/generators.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h>
#include <CGAL/Polygon_mesh_processing/remesh.h>
#include <CGAL/boost/graph/IO/polygon_mesh_io.h>

Expand Down

0 comments on commit f610f05

Please sign in to comment.