prefix macros with CGAL_

This commit is contained in:
Sylvain Pion 2007-02-15 21:16:54 +00:00
parent a4593cfe20
commit 901951df21
3 changed files with 9 additions and 9 deletions

View File

@ -17,8 +17,8 @@
//
// Author(s) : Pierre Angelier, Michel Pocchiola
#ifndef SHORTEST_PATH_POINT_TRAITS_H
#define SHORTEST_PATH_POINT_TRAITS_H
#ifndef CGAL_SHORTEST_PATH_POINT_TRAITS_H
#define CGAL_SHORTEST_PATH_POINT_TRAITS_H
#include <CGAL/Visibility_complex_point_traits.h>
@ -76,4 +76,4 @@ private:
CGAL_END_NAMESPACE
#endif // SHORTEST_PATH_TRAITS_H
#endif // CGAL_SHORTEST_PATH_TRAITS_H

View File

@ -17,8 +17,8 @@
//
// Author(s) : Pierre Angelier, Michel Pocchiola
#ifndef SHORTEST_PATH_POLYGON_TRAITS_H
#define SHORTEST_PATH_POLYGON_TRAITS_H
#ifndef CGAL_SHORTEST_PATH_POLYGON_TRAITS_H
#define CGAL_SHORTEST_PATH_POLYGON_TRAITS_H
#include <CGAL/Visibility_complex_polygon_traits.h>
@ -96,4 +96,4 @@ private:
CGAL_END_NAMESPACE
#endif // SHORTEST_PATH_POLYGON_TRAITS_H
#endif // CGAL_SHORTEST_PATH_POLYGON_TRAITS_H

View File

@ -17,8 +17,8 @@
//
// Author(s) : Pierre Angelier, Michel Pocchiola
#ifndef VISIBILITY_COMPLEX_FTC2_H
#define VISIBILITY_COMPLEX_FTC2_H
#ifndef CGAL_VISIBILITY_COMPLEX_FTC2_H
#define CGAL_VISIBILITY_COMPLEX_FTC2_H
#include <CGAL/sign_utils.h>
#include <CGAL/predicates/kernel_ftC2.h>
@ -383,4 +383,4 @@ CGAL_END_NAMESPACE
#endif // CGAL_ARITHMETIC_FILTER_VISIBILITY_COMPLEX_FTC2_H
#endif
#endif // VISIBILITY_COMPLEX_FTC2_H
#endif // CGAL_VISIBILITY_COMPLEX_FTC2_H