no need to include the face with info now

This commit is contained in:
Menelaos Karavelas 2010-03-29 19:44:35 +00:00
parent 1a7f7eb32d
commit 75563e6124
1 changed files with 0 additions and 4 deletions

View File

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