From 03c549b341dd76b207e7a7b83d4d02f4db04077c Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Wed, 2 Aug 2006 08:47:20 +0000 Subject: [PATCH] fixed problem created by deletion of files --- Segment_Delaunay_graph_2/changes.txt | 3 +++ .../CGAL/Segment_Delaunay_graph_vertex_base_2.h | 10 ++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Segment_Delaunay_graph_2/changes.txt b/Segment_Delaunay_graph_2/changes.txt index f80c9b56e6b..c41a7dfcb15 100644 --- a/Segment_Delaunay_graph_2/changes.txt +++ b/Segment_Delaunay_graph_2/changes.txt @@ -1,3 +1,6 @@ +2 August 2006: Menelaos Karavelas +- fixed problem created by deletion of files + 1 August 2006: Menelaos Karavelas - changed some file names to match the names of the classes they contain - removed Point_container.h and Simple_container_wrapper.h; these diff --git a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_vertex_base_2.h b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_vertex_base_2.h index e01d249866b..389d375aae2 100644 --- a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_vertex_base_2.h +++ b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_vertex_base_2.h @@ -25,27 +25,21 @@ #include -#include #include #include #include -#include + CGAL_BEGIN_NAMESPACE - template < class STraits, class Vb = Triangulation_ds_vertex_base_2<> > class Segment_Delaunay_graph_vertex_base_2 : public Vb { private: typedef typename Vb::Triangulation_data_structure DS; - - // typedef std::list PC; - - // typedef Simple_container_wrapper Point_container; - typedef Vb Base; + typedef Vb Base; public: // TYPES