added CGAL_ prefix to all macro statements at the beginning of a header file

This commit is contained in:
Baruch Zukerman 2006-02-27 14:29:40 +00:00
parent 2bb1f3f635
commit 48e1bcb399
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
// //
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il> // Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
#ifndef QT_WIDGET_CIRCLE_SEGMENT_2_H #ifndef CGAL_QT_WIDGET_CIRCLE_SEGMENT_2_H
#define QT_WIDGET_CIRCLE_SEGMENT_2_H #define CGAL_QT_WIDGET_CIRCLE_SEGMENT_2_H
#include <CGAL/IO/Qt_widget.h> #include <CGAL/IO/Qt_widget.h>
#include <CGAL/Arr_traits_2/Circle_segment_2.h> #include <CGAL/Arr_traits_2/Circle_segment_2.h>

View File

@ -16,8 +16,8 @@
// //
// //
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il> // Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
#ifndef TYPEDEFS_H #ifndef CGAL_TYPEDEFS_H
#define TYPEDEFS_H #define CGAL_TYPEDEFS_H
#include <CGAL/Cartesian.h> #include <CGAL/Cartesian.h>
#include <CGAL/Quotient.h> #include <CGAL/Quotient.h>