From 8d067bfa137c48a5f0ce53b5c6affeb337c19c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20G=C3=A4rtner?= Date: Fri, 16 Feb 2007 16:02:10 +0000 Subject: [PATCH] - C-files removed from include/CGAL --- Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.h | 2 +- ...f_spheres_d_pivot.C => Min_sphere_of_spheres_d_pivot_impl.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/{Min_sphere_of_spheres_d_pivot.C => Min_sphere_of_spheres_d_pivot_impl.h} (100%) diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.h b/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.h index 4a966e90a75..7deeb676fb8 100644 --- a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.h +++ b/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.h @@ -293,6 +293,6 @@ namespace CGAL_MINIBALL_NAMESPACE { #endif #include -#include +#include #endif // CGAL_MINIBALL_MINIBALL diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot.C b/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot.C rename to Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h