diff --git a/Intersections_2/include/CGAL/Triangle_2_Triangle_2_intersection.C b/Intersections_2/include/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h similarity index 100% rename from Intersections_2/include/CGAL/Triangle_2_Triangle_2_intersection.C rename to Intersections_2/include/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h diff --git a/Intersections_2/include/CGAL/Triangle_2_Triangle_2_intersection.h b/Intersections_2/include/CGAL/Triangle_2_Triangle_2_intersection.h index 346ce4dbaf4..25b2f5c82c7 100644 --- a/Intersections_2/include/CGAL/Triangle_2_Triangle_2_intersection.h +++ b/Intersections_2/include/CGAL/Triangle_2_Triangle_2_intersection.h @@ -1,4 +1,3 @@ - // Copyright (c) 2000 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg @@ -31,8 +30,6 @@ CGAL_BEGIN_NAMESPACE - - template inline Object @@ -45,5 +42,6 @@ intersection(const Triangle_2 &tr1, CGAL_END_NAMESPACE -#include +#include + #endif