mirror of https://github.com/CGAL/cgal
[cleanup][surface_mesh] Fix include order from local to global
This commit is contained in:
parent
94f969149d
commit
af81a6e1e5
|
|
@ -1,13 +1,13 @@
|
|||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
|
||||
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
||||
#include <CGAL/Surface_mesh.h>
|
||||
|
||||
#include <CGAL/box_intersection_d.h>
|
||||
#include <CGAL/Timer.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
|
||||
typedef CGAL::Exact_predicates_exact_constructions_kernel K;
|
||||
|
||||
typedef K::Triangle_3 Triangle_3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue