Add missing CGAL_ prefix to protect macros

This commit is contained in:
Sylvain Pion 2008-01-14 23:08:43 +00:00
parent f166d60a73
commit 29cf96f6c2
2 changed files with 6 additions and 10 deletions

View File

@ -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

View File

@ -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