- Remove a use of CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION.

This commit is contained in:
Sylvain Pion 2006-06-13 08:44:53 +00:00
parent 992d8a9157
commit e241b22008
2 changed files with 5 additions and 14 deletions

View File

@ -3,16 +3,14 @@
//
// This file is part of an example program for CGAL. This example
// program may be used, distributed and modified without limitation.
//
#ifndef CGAL_CH_TIMING_2_H
#define CGAL_CH_TIMING_2_H
#include <CGAL/Timer.h>
CGAL_BEGIN_NAMESPACE
template <class ForwardIterator, class OutputIterator, class Traits>
void
ch_timing( ForwardIterator first, ForwardIterator last,
@ -22,9 +20,6 @@ ch_timing( ForwardIterator first, ForwardIterator last,
CGAL_END_NAMESPACE
#ifdef CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION
#include <CGAL/ch_timing_2.C>
#endif // CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION
#include <CGAL/ch_timing_2_impl.h>
#endif // CGAL_CH_TIMING_2_H

View File

@ -3,15 +3,11 @@
//
// This file is part of an example program for CGAL. This example
// program may be used, distributed and modified without limitation.
//
#ifndef CGAL_CH_TIMING_2_IMPL_H
#define CGAL_CH_TIMING_2_IMPL_H
#ifndef CGAL_CH_TIMING_2_C
#define CGAL_CH_TIMING_2_C
#ifndef CGAL_CH_TIMING_2_H
#include <CGAL/ch_timing_2.h>
#endif // CGAL_CH_TIMING_2_H
CGAL_BEGIN_NAMESPACE
@ -114,4 +110,4 @@ ch_timing( ForwardIterator first, ForwardIterator last,
CGAL_END_NAMESPACE
#endif // CGAL_CH_TIMING_2_C
#endif // CGAL_CH_TIMING_2_IMPL_H