From df08a8b8fa41bc3d5f059248017a728b71eb761c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 3 Dec 2018 15:26:39 +0100 Subject: [PATCH] Do not include extra files in the testsuite --- .../test/Intersections_3/bbox_other_do_intersect_test.cpp | 1 - Intersections_3/test/Intersections_3/call_test.cpp | 1 - .../test/Intersections_3/test_point_3_intersections.cpp | 2 +- Intersections_3/test/Intersections_3/tetrahedron.cpp | 1 - .../test/Intersections_3/triangle_other_intersection_test.cpp | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp b/Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp index 7de5c37e020..9880a7bc056 100644 --- a/Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp +++ b/Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp @@ -31,7 +31,6 @@ // leda_rational, or Gmpq, or Quotient typedef CGAL::Exact_rational Rational; -#include #include #include #include diff --git a/Intersections_3/test/Intersections_3/call_test.cpp b/Intersections_3/test/Intersections_3/call_test.cpp index 6b708780d3e..768c7d4ac6e 100644 --- a/Intersections_3/test/Intersections_3/call_test.cpp +++ b/Intersections_3/test/Intersections_3/call_test.cpp @@ -1,6 +1,5 @@ #include #include -#include #include #include diff --git a/Intersections_3/test/Intersections_3/test_point_3_intersections.cpp b/Intersections_3/test/Intersections_3/test_point_3_intersections.cpp index 447d5c0907d..999c23f2278 100644 --- a/Intersections_3/test/Intersections_3/test_point_3_intersections.cpp +++ b/Intersections_3/test/Intersections_3/test_point_3_intersections.cpp @@ -7,7 +7,7 @@ #include #include #include -#include + typedef CGAL::Exact_predicates_exact_constructions_kernel Epeck; typedef CGAL::Exact_predicates_inexact_constructions_kernel Epick; diff --git a/Intersections_3/test/Intersections_3/tetrahedron.cpp b/Intersections_3/test/Intersections_3/tetrahedron.cpp index c51fe3506da..2e39619ef3b 100644 --- a/Intersections_3/test/Intersections_3/tetrahedron.cpp +++ b/Intersections_3/test/Intersections_3/tetrahedron.cpp @@ -1,7 +1,6 @@ #include #include -#include typedef CGAL::Cartesian K; diff --git a/Intersections_3/test/Intersections_3/triangle_other_intersection_test.cpp b/Intersections_3/test/Intersections_3/triangle_other_intersection_test.cpp index 312b2edbd15..c954ea13b0c 100644 --- a/Intersections_3/test/Intersections_3/triangle_other_intersection_test.cpp +++ b/Intersections_3/test/Intersections_3/triangle_other_intersection_test.cpp @@ -21,7 +21,6 @@ #include -#include #include #include #include