Fixed deprecated header inclusion warning

Not sure how that one survived the annihilation of regular euclidean traits
This commit is contained in:
Mael Rouxel-Labbé 2017-06-23 08:58:11 +02:00
parent 7bfd48d56d
commit 3165beaecd
1 changed files with 0 additions and 1 deletions

View File

@ -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>