PMP: Change inclusion order to check dependencies

This commit is contained in:
Andreas Fabri
2024-01-31 09:39:45 +00:00
parent 96f698ca09
commit 7d7b080842
63 changed files with 295 additions and 243 deletions
@@ -1,8 +1,9 @@
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polygon_mesh_processing/fair.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Polygon_mesh_processing/fair.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Timer.h>