switch from .C to _impl.h

This commit is contained in:
Fernando Cacciola 2006-05-29 14:08:59 +00:00
parent 69610dff80
commit 2d044b3e3a
4 changed files with 6 additions and 8 deletions

View File

@ -166,9 +166,7 @@ private:
CGAL_END_NAMESPACE
#ifdef CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION
# include <CGAL/Polygon_offset_builder_2.C>
#endif
#include <CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h>
#endif // CGAL_POLYGON_OFFSET_BUILDER_2_H //
// EOF //

View File

@ -17,7 +17,7 @@
#ifndef CGAL_POLYGON_OFFSET_BUILDER_TRAITS_2_H
#define CGAL_POLYGON_OFFSET_BUILDER_TRAITS_2_H 1
#include <CGAL/Straight_skeleton_builder_traits_2_aux.h>
#include <CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h>
#include <CGAL/predicates/Polygon_offset_pred_ftC2.h>
#include <CGAL/constructions/Polygon_offset_cons_ftC2.h>

View File

@ -29,10 +29,10 @@
#include <boost/shared_ptr.hpp>
#include <CGAL/algorithm.h>
#include <CGAL/Straight_skeleton_aux.h>
#include <CGAL/Straight_skeleton_2/Straight_skeleton_aux.h>
#include <CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h>
#include <CGAL/Straight_skeleton_2.h>
#include <CGAL/Straight_skeleton_builder_traits_2.h>
#include <CGAL/Straight_skeleton_builder_events_2.h>
#include <CGAL/HalfedgeDS_const_decorator.h>
#include <CGAL/enum.h>

View File

@ -18,8 +18,8 @@
#ifndef CGAL_STRAIGHT_SKELETON_BUILDER_TRAITS_2_H
#define CGAL_STRAIGHT_SKELETON_BUILDER_TRAITS_2_H 1
#include <CGAL/Straight_skeleton_aux.h>
#include <CGAL/Straight_skeleton_builder_traits_2_aux.h>
#include <CGAL/Straight_skeleton_2/Straight_skeleton_aux.h>
#include <CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h>
#include <CGAL/predicates/Straight_skeleton_pred_ftC2.h>
#include <CGAL/constructions/Straight_skeleton_cons_ftC2.h>