Final step at the removal of CGAL_REP_CLASS_DEFINED.

This commit is contained in:
Sylvain Pion 2008-01-03 19:26:12 +00:00
parent 6c54ca90b3
commit 7f6f380b11
3 changed files with 0 additions and 10 deletions

View File

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

View File

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

View File

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