fixed include guards to naming scheme

This commit is contained in:
Eric Berberich 2010-02-26 18:36:37 +00:00
parent 191eae691b
commit 0c00eb31be
2 changed files with 7 additions and 6 deletions

View File

@ -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 <CGAL/basic.h>
#include <CGAL/enum.h>
@ -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

View File

@ -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 <CGAL/basic.h>
#include <CGAL/enum.h>
@ -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