mirror of https://github.com/CGAL/cgal
Fixed deprecated header inclusion warning
Not sure how that one survived the annihilation of regular euclidean traits
This commit is contained in:
parent
7bfd48d56d
commit
3165beaecd
|
|
@ -24,7 +24,6 @@
|
|||
#include <CGAL/Segment_Delaunay_graph_traits_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2.h>
|
||||
#include <CGAL/Delaunay_triangulation_2.h>
|
||||
#include <CGAL/Regular_triangulation_euclidean_traits_2.h>
|
||||
#include <CGAL/Regular_triangulation_2.h>
|
||||
#include <CGAL/Object.h>
|
||||
#include <CGAL/intersections.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue