From f967a5df59f28216e34b61b07c8582ca0f7ef6e6 Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Thu, 7 Sep 2006 21:42:51 +0000 Subject: [PATCH] Uncommited previous changes --- BGL/include/CGAL/boost/graph/Polyhedron_BGL_properties.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BGL/include/CGAL/boost/graph/Polyhedron_BGL_properties.h b/BGL/include/CGAL/boost/graph/Polyhedron_BGL_properties.h index da150feb9af..d6b379c1907 100644 --- a/BGL/include/CGAL/boost/graph/Polyhedron_BGL_properties.h +++ b/BGL/include/CGAL/boost/graph/Polyhedron_BGL_properties.h @@ -20,6 +20,7 @@ #ifndef CGAL_BOOST_GRAPH_POLYHEDRON_BGL_PROPERTIES_H #define CGAL_BOOST_GRAPH_POLYHEDRON_BGL_PROPERTIES_H +#include #include #ifndef CGAL_CFG_NO_TMPL_IN_TMPL_PARAM @@ -157,10 +158,6 @@ public: } }; -struct edge_is_border_t {} ; -struct vertex_is_border_t {} ; -struct vertex_point_t {} ; - template struct Polyhedron_property_map {};