Various changes to reflect submmitted manual

This commit is contained in:
Fernando Cacciola 2006-10-03 15:51:56 +00:00
parent 2d812d4bb8
commit ab2d39bc86
1 changed files with 7 additions and 9 deletions

View File

@ -15,18 +15,16 @@
//
// Author(s) : Fernando Cacciola <fernando_cacciola@ciudad.com.ar>
//
#ifndef CGAL_SURFACE_MESH_SIMPLIFICATION_POLYHEDRON_H
#define CGAL_SURFACE_MESH_SIMPLIFICATION_POLYHEDRON_H
#ifndef CGAL_SURFACE_MESH_SIMPLIFICATION_HALFEDGEGRAPH_POLYHEDRON_3_H
#define CGAL_SURFACE_MESH_SIMPLIFICATION_HALFEDGEGRAPH_POLYHEDRON_3_H
#include <CGAL/Polyhedron_3.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h>
#include <CGAL/boost/graph/properties_Polyhedron_3.h>
#include <CGAL/Surface_mesh_simplification/collapse_triangulation_operator_Polyhedron_3.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron.h>
#include <CGAL/boost/graph/halfedge_graph_traits_Polyhedron.h>
#include <CGAL/boost/graph/properties_Polyhedron.h>
#include <CGAL/Surface_mesh_simplification/Polyhedron_collapse_operator.h>
#endif // CGAL_SURFACE_MESH_SIMPLIFICATION_POLYHEDRON_H
#endif // CGAL_SURFACE_MESH_SIMPLIFICATION_HALFEDGEGRAPH_POLYHEDRON_3_H
// EOF //