From ab2d39bc86dd1a580ce4bae19499f474b5a744f5 Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Tue, 3 Oct 2006 15:51:56 +0000 Subject: [PATCH] Various changes to reflect submmitted manual --- .../Surface_mesh_simplification/polyhedron.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/polyhedron.h b/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/polyhedron.h index f3be216b250..143cc2cd00a 100644 --- a/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/polyhedron.h +++ b/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/polyhedron.h @@ -15,18 +15,16 @@ // // Author(s) : Fernando Cacciola // -#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 +#include +#include +#include +#include -#include -#include -#include - -#include - -#endif // CGAL_SURFACE_MESH_SIMPLIFICATION_POLYHEDRON_H +#endif // CGAL_SURFACE_MESH_SIMPLIFICATION_HALFEDGEGRAPH_POLYHEDRON_3_H // EOF //