From 125e44d51c6cde8d2ec28d0e0f85284493636eaf Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 29 Jul 1999 15:48:04 +0000 Subject: [PATCH] - Update to new parsing. --- .../CGAL/Arithmetic_filter/template_predicates_on_ft.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Packages/Interval_arithmetic/examples/Interval_arithmetic/include/CGAL/Arithmetic_filter/template_predicates_on_ft.h b/Packages/Interval_arithmetic/examples/Interval_arithmetic/include/CGAL/Arithmetic_filter/template_predicates_on_ft.h index 27562938bd6..fa158cbc850 100644 --- a/Packages/Interval_arithmetic/examples/Interval_arithmetic/include/CGAL/Arithmetic_filter/template_predicates_on_ft.h +++ b/Packages/Interval_arithmetic/examples/Interval_arithmetic/include/CGAL/Arithmetic_filter/template_predicates_on_ft.h @@ -27,6 +27,7 @@ #ifndef CGAL_CFG_NO_EXPLICIT_TEMPLATE_FUNCTION_ARGUMENT_SPECIFICATION template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE > #endif +/* */ CGAL::Comparison_result compare_xC2( const CGAL::Filtered_exact &px, @@ -65,8 +66,4 @@ compare_xC2( } } -#ifdef CGAL_ARITHMETIC_FILTER_H -#include -#endif - #endif // CGAL_ARITHMETIC_FILTER_TEMPLATE_PREDICATES_ON_FT_H