mirror of https://github.com/CGAL/cgal
prefix macros with CGAL_
This commit is contained in:
parent
a4593cfe20
commit
901951df21
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Pierre Angelier, Michel Pocchiola
|
// Author(s) : Pierre Angelier, Michel Pocchiola
|
||||||
|
|
||||||
#ifndef SHORTEST_PATH_POINT_TRAITS_H
|
#ifndef CGAL_SHORTEST_PATH_POINT_TRAITS_H
|
||||||
#define SHORTEST_PATH_POINT_TRAITS_H
|
#define CGAL_SHORTEST_PATH_POINT_TRAITS_H
|
||||||
|
|
||||||
#include <CGAL/Visibility_complex_point_traits.h>
|
#include <CGAL/Visibility_complex_point_traits.h>
|
||||||
|
|
||||||
|
|
@ -76,4 +76,4 @@ private:
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
CGAL_END_NAMESPACE
|
||||||
|
|
||||||
#endif // SHORTEST_PATH_TRAITS_H
|
#endif // CGAL_SHORTEST_PATH_TRAITS_H
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Pierre Angelier, Michel Pocchiola
|
// Author(s) : Pierre Angelier, Michel Pocchiola
|
||||||
|
|
||||||
#ifndef SHORTEST_PATH_POLYGON_TRAITS_H
|
#ifndef CGAL_SHORTEST_PATH_POLYGON_TRAITS_H
|
||||||
#define SHORTEST_PATH_POLYGON_TRAITS_H
|
#define CGAL_SHORTEST_PATH_POLYGON_TRAITS_H
|
||||||
|
|
||||||
#include <CGAL/Visibility_complex_polygon_traits.h>
|
#include <CGAL/Visibility_complex_polygon_traits.h>
|
||||||
|
|
||||||
|
|
@ -96,4 +96,4 @@ private:
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
CGAL_END_NAMESPACE
|
||||||
|
|
||||||
#endif // SHORTEST_PATH_POLYGON_TRAITS_H
|
#endif // CGAL_SHORTEST_PATH_POLYGON_TRAITS_H
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Pierre Angelier, Michel Pocchiola
|
// Author(s) : Pierre Angelier, Michel Pocchiola
|
||||||
|
|
||||||
#ifndef VISIBILITY_COMPLEX_FTC2_H
|
#ifndef CGAL_VISIBILITY_COMPLEX_FTC2_H
|
||||||
#define VISIBILITY_COMPLEX_FTC2_H
|
#define CGAL_VISIBILITY_COMPLEX_FTC2_H
|
||||||
|
|
||||||
#include <CGAL/sign_utils.h>
|
#include <CGAL/sign_utils.h>
|
||||||
#include <CGAL/predicates/kernel_ftC2.h>
|
#include <CGAL/predicates/kernel_ftC2.h>
|
||||||
|
|
@ -383,4 +383,4 @@ CGAL_END_NAMESPACE
|
||||||
#endif // CGAL_ARITHMETIC_FILTER_VISIBILITY_COMPLEX_FTC2_H
|
#endif // CGAL_ARITHMETIC_FILTER_VISIBILITY_COMPLEX_FTC2_H
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // VISIBILITY_COMPLEX_FTC2_H
|
#endif // CGAL_VISIBILITY_COMPLEX_FTC2_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue