mirror of https://github.com/CGAL/cgal
added CGAL_ prefix to all macro statements at the beginning of a header file
This commit is contained in:
parent
2bb1f3f635
commit
48e1bcb399
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue