From ac8ef5b4ff1fc759e47d020fe633fc58c08ae67a Mon Sep 17 00:00:00 2001 From: Guy Zucker Date: Sun, 22 Feb 2009 12:37:22 +0000 Subject: [PATCH] removed useless typedefs and includes in test_polygon_validation --- .../Boolean_set_operations_2/test_polygon_validation.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp index ed8181c7d10..48464d9ef6e 100644 --- a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp +++ b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp @@ -23,24 +23,16 @@ #include #include #include -#include #include -#include #include #include #include #include typedef CGAL::Cartesian Kernel; -typedef Kernel::Point_2 Point_2; -typedef Kernel::Circle_2 Circle_2; typedef CGAL::Gps_segment_traits_2 Traits_2; -typedef CGAL::General_polygon_set_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 Base; -typedef CGAL::Gps_traits_adaptor Traits_adaptor; -typedef std::list Pwh_list_2; /*test files: