mirror of https://github.com/CGAL/cgal
avoid redifinitions for edge list
This commit is contained in:
parent
8eef4eada5
commit
0e7fbcd19f
|
|
@ -18,8 +18,8 @@
|
|||
#include <CGAL/Segment_Delaunay_graph_Linf_face_base_2.h>
|
||||
#include <CGAL/Triangulation_data_structure_2.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/in_place_edge_list.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/edge_list.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/in_place_edge_list.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/edge_list.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/Traits_wrapper_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/Constructions_C2.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue