mirror of https://github.com/CGAL/cgal
Final step at the removal of CGAL_REP_CLASS_DEFINED.
This commit is contained in:
parent
6c54ca90b3
commit
7f6f380b11
|
|
@ -24,8 +24,6 @@
|
|||
#ifndef CGAL_CARTESIAN_BASE_H
|
||||
#define CGAL_CARTESIAN_BASE_H
|
||||
|
||||
#define CGAL_REP_CLASS_DEFINED
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/basic_classes.h>
|
||||
#include <CGAL/Kernel/global_functions.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@
|
|||
#ifndef CGAL_HOMOGENEOUS_BASE_H
|
||||
#define CGAL_HOMOGENEOUS_BASE_H
|
||||
|
||||
#define CGAL_REP_CLASS_DEFINED
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/basic_classes.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Stefan Schirra
|
||||
|
||||
|
||||
#ifndef CGAL_RAT_LEDA_H
|
||||
#define CGAL_RAT_LEDA_H
|
||||
|
|
@ -32,11 +31,8 @@
|
|||
#endif
|
||||
#include <CGAL/Homogeneous.h>
|
||||
|
||||
#define CGAL_REP_CLASS_DEFINED
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
class use_rat_leda_kernel;
|
||||
template <>
|
||||
class Point_2<use_rat_leda_kernel>;
|
||||
|
|
@ -192,6 +188,4 @@ compare_xy(const leda_rat_point& p, const leda_rat_point& q)
|
|||
}
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
|
||||
#endif // CGAL_RAT_LEDA_H
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue