mirror of https://github.com/CGAL/cgal
no need to include the face with info now
This commit is contained in:
parent
1a7f7eb32d
commit
75563e6124
|
|
@ -36,11 +36,7 @@
|
|||
#include <CGAL/Segment_Delaunay_graph_storage_traits_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_vertex_base_2.h>
|
||||
#include <CGAL/Triangulation_data_structure_2.h>
|
||||
#ifdef CGAL_SDG_NO_FACE_MAP
|
||||
#include <CGAL/Triangulation_face_base_with_info_2.h>
|
||||
#else
|
||||
#include <CGAL/Triangulation_face_base_2.h>
|
||||
#endif
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/in_place_edge_list.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/edge_list.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue