removing unnecessary includes

This commit is contained in:
Pedro Machado Manhaes de Castro 2008-12-03 14:24:11 +00:00
parent 38cbc3926c
commit 5708d6de15
1 changed files with 2 additions and 8 deletions

View File

@ -20,19 +20,13 @@
// STREP (FET Open) Project under Contract No IST-006413 // STREP (FET Open) Project under Contract No IST-006413
// (ACS -- Algorithms for Complex Shapes) // (ACS -- Algorithms for Complex Shapes)
#include <CGAL/Cartesian.h>
#include <CGAL/Spherical_kernel_3.h>
#include <CGAL/Algebraic_kernel_for_spheres_2_3.h>
#include <CGAL/MP_Float.h>
#include <CGAL/Quotient.h>
#include <CGAL/Exact_spherical_kernel_3.h> #include <CGAL/Exact_spherical_kernel_3.h>
typedef CGAL::Exact_spherical_kernel_3::FT FT_Q; typedef CGAL::Exact_spherical_kernel_3::FT FT_Q;
#include <CGAL/_test_sphere_predicates.h> #include <CGAL/_test_sphere_predicates.h>
#include <CGAL/_test_sphere_constructions.h> #include <CGAL/_test_sphere_constructions.h>
#include <CGAL/_test_sphere_compute.h> #include <CGAL/_test_sphere_compute.h>
#include <CGAL/Polynomials_1_3.h>
#include <CGAL/Polynomials_2_3.h>
#include <CGAL/Polynomials_for_line_3.h>
int main() int main()
{ {