Do not include extra files in the testsuite

This commit is contained in:
Andreas Fabri 2018-12-03 15:26:39 +01:00
parent e58de4baa1
commit df08a8b8fa
5 changed files with 1 additions and 5 deletions

View File

@ -31,7 +31,6 @@
// leda_rational, or Gmpq, or Quotient<MP_float>
typedef CGAL::Exact_rational Rational;
#include <CGAL/intersections.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

View File

@ -1,6 +1,5 @@
#include <CGAL/use.h>
#include <CGAL/Cartesian.h>
#include <CGAL/intersections.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>

View File

@ -7,7 +7,7 @@
#include <CGAL/Plane_3.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/intersection_3.h>
typedef CGAL::Exact_predicates_exact_constructions_kernel Epeck;
typedef CGAL::Exact_predicates_inexact_constructions_kernel Epick;

View File

@ -1,7 +1,6 @@
#include <cassert>
#include <CGAL/Cartesian.h>
#include <CGAL/intersections.h>
typedef CGAL::Cartesian<double> K;

View File

@ -21,7 +21,6 @@
#include <string>
#include <CGAL/intersections.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>