From 0c00eb31beb72003be6444418b0e1f8b8f12c5d9 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Fri, 26 Feb 2010 18:36:37 +0000 Subject: [PATCH] fixed include guards to naming scheme --- LEDA/include/CGAL/leda_in_CGAL_2.h | 6 +++--- LEDA/include/CGAL/rat_leda_in_CGAL_2.h | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LEDA/include/CGAL/leda_in_CGAL_2.h b/LEDA/include/CGAL/leda_in_CGAL_2.h index 603d226ba3c..6437b48a5d5 100644 --- a/LEDA/include/CGAL/leda_in_CGAL_2.h +++ b/LEDA/include/CGAL/leda_in_CGAL_2.h @@ -22,8 +22,8 @@ // Author(s) : Stefan Schirra -#ifndef LEDA_IN_CGAL_H -#define LEDA_IN_CGAL_H +#ifndef CGAL_LEDA_IN_CGAL_2_H +#define CGAL_LEDA_IN_CGAL_2_H #include #include @@ -121,4 +121,4 @@ cmp_signed_dist_to_line( const leda_point & p, const leda_point & q, CGAL_END_NAMESPACE -#endif // LEDA_IN_CGAL_H +#endif // CGAL_LEDA_IN_CGAL_2_H diff --git a/LEDA/include/CGAL/rat_leda_in_CGAL_2.h b/LEDA/include/CGAL/rat_leda_in_CGAL_2.h index a3f2d894ee9..717b3509f05 100644 --- a/LEDA/include/CGAL/rat_leda_in_CGAL_2.h +++ b/LEDA/include/CGAL/rat_leda_in_CGAL_2.h @@ -22,8 +22,8 @@ // Author(s) : Stefan Schirra -#ifndef RAT_LEDA_IN_CGAL_H -#define RAT_LEDA_IN_CGAL_H +#ifndef CGAL_RAT_LEDA_IN_CGAL_2_H +#define CGAL_RAT_LEDA_IN_CGAL_2_H #include #include @@ -193,4 +193,5 @@ has_larger_signed_dist_to_line(const leda_rat_point& p, CGAL_END_NAMESPACE -#endif // RAT_LEDA_IN_CGAL_H +#endif // CGAL_RAT_LEDA_IN_CGAL_2_H +