mirror of https://github.com/CGAL/cgal
Uncommited previous changes
This commit is contained in:
parent
5f6e00539d
commit
f967a5df59
|
|
@ -20,6 +20,7 @@
|
|||
#ifndef CGAL_BOOST_GRAPH_POLYHEDRON_BGL_PROPERTIES_H
|
||||
#define CGAL_BOOST_GRAPH_POLYHEDRON_BGL_PROPERTIES_H
|
||||
|
||||
#include <CGAL/boost/graph/BGL_properties.h>
|
||||
#include <CGAL/boost/graph/Polyhedron_BGL.h>
|
||||
|
||||
#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 <class Tag>
|
||||
struct Polyhedron_property_map {};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue