avoid redifinitions for edge list

This commit is contained in:
Panagiotis Cheilaris 2012-07-20 18:14:19 +02:00
parent 8eef4eada5
commit 0e7fbcd19f
1 changed files with 2 additions and 2 deletions

View File

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