removed useless typedefs and includes in test_polygon_validation

This commit is contained in:
Guy Zucker 2009-02-22 12:37:22 +00:00
parent 6112c4963b
commit ac8ef5b4ff
1 changed files with 0 additions and 8 deletions

View File

@ -23,24 +23,16 @@
#include <CGAL/Cartesian.h>
#include <CGAL/Gps_segment_traits_2.h>
#include <CGAL/Boolean_set_operations_2.h>
#include <list>
#include <CGAL/Boolean_set_operations_2/Gps_polygon_validation.h>
#include <CGAL/General_polygon_set_2.h>
#include <iterator>
#include <string>
#include <sstream>
#include <iostream>
typedef CGAL::Cartesian<Number_type> Kernel;
typedef Kernel::Point_2 Point_2;
typedef Kernel::Circle_2 Circle_2;
typedef CGAL::Gps_segment_traits_2<Kernel> Traits_2;
typedef CGAL::General_polygon_set_2<Traits_2> Polygon_set_2;
typedef Traits_2::Polygon_2 Polygon_2;
typedef Traits_2::Polygon_with_holes_2 Polygon_with_holes_2;
typedef CGAL::Arr_segment_traits_2<Kernel> Base;
typedef CGAL::Gps_traits_adaptor<Base> Traits_adaptor;
typedef std::list<Polygon_with_holes_2> Pwh_list_2;
/*test files: