fix of CORE includes

This commit is contained in:
Michael Hemmer 2007-03-15 09:40:59 +00:00
parent 6b88613dbf
commit 8ca8caa232
5 changed files with 10 additions and 24 deletions

View File

@ -23,10 +23,8 @@
#include <CGAL/number_type_basic.h>
#include <CGAL/CORE_coercion_traits.h>
#include <CGAL/CORE_Expr.h>
#define CORE_LEVEL 4
#include <CGAL/CORE/CORE.h>
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
CGAL_BEGIN_NAMESPACE

View File

@ -26,9 +26,6 @@
#include <CGAL/CORE_coercion_traits.h>
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
#define CORE_LEVEL 4
#include <CGAL/CORE/CORE.h>
CGAL_BEGIN_NAMESPACE
//

View File

@ -26,12 +26,7 @@
#include <CGAL/CORE_coercion_traits.h>
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
#include <CGAL/CORE_BigInt.h>
#define CORE_LEVEL 4
#include <CGAL/CORE/CORE.h>
#include <CGAL/CORE_BigInt.h> // used for To_interval-functor
//#if defined(CGAL_CORE_BIGRAT_NUMER_DENOM_ARE_MEMBERS)
// #define CGAL_CORE_NUMERATOR(X) ((X).numerator())

View File

@ -29,8 +29,6 @@
#include <utility>
#define CORE_LEVEL 4
#include <CGAL/CORE/CORE.h>
CGAL_BEGIN_NAMESPACE

View File

@ -19,22 +19,20 @@
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
/*! \file NiX/CORE/Coercion_traits.h
* \brief Provides specializations of Coercion_traits for the CORE types.
*/
#ifndef CGAL_CORE_COERCION_TRAITS_H
#define CGAL_CORE_COERCION_TRAITS_H 1
#include <CGAL/number_type_basic.h>
#ifdef CGAL_USE_CORE
#include <CGAL/CORE/BigInt.h>
#include <CGAL/CORE/BigRat.h>
#include <CGAL/CORE/BigFloat.h>
#include <CGAL/CORE/Expr.h>
//#include <NiX/CORE/Coercion_traits.h>
#ifndef CORE_LEVEL
#define CORE_LEVEL 4
#endif
#include <CGAL/CORE/CORE.h>
//#include <NiX/Coercion_traits.h>
CGAL_BEGIN_NAMESPACE