Uncommited previous changes

This commit is contained in:
Fernando Cacciola 2006-09-07 21:42:51 +00:00
parent 5f6e00539d
commit f967a5df59
1 changed files with 1 additions and 4 deletions

View File

@ -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 {};