mirror of https://github.com/CGAL/cgal
Add missing CGAL_ prefix to protect macros
This commit is contained in:
parent
f166d60a73
commit
29cf96f6c2
|
|
@ -17,8 +17,8 @@
|
|||
//
|
||||
// Author(s) : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
|
||||
#ifndef NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
#define NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
#ifndef CGAL_NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
#define CGAL_NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
|
||||
#include <CGAL/Nef_polyhedron_2.h>
|
||||
#if CGAL_LEDA_VERSION < 500
|
||||
|
|
@ -118,4 +118,4 @@ ps_file& operator<<(ps_file& PS, const Nef_polyhedron_2<T>& P)
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
#endif // CGAL_NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
//
|
||||
// Author(s) : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
|
||||
#ifndef OBJECT_INDEX_H
|
||||
#define OBJECT_INDEX_H
|
||||
#ifndef CGAL_NEF_2_OBJECT_INDEX_H
|
||||
#define CGAL_NEF_2_OBJECT_INDEX_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Unique_hash_map.h>
|
||||
|
|
@ -54,8 +54,4 @@ public:
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif //OBJECT_INDEX_H
|
||||
|
||||
|
||||
|
||||
|
||||
#endif //CGAL_NEF_2_OBJECT_INDEX_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue