diff --git a/BGL/test/BGL/graph_concept_Arrangement_2.cpp b/BGL/test/BGL/graph_concept_Arrangement_2.cpp index 28a6670c1d2..c83b70abf7c 100644 --- a/BGL/test/BGL/graph_concept_Arrangement_2.cpp +++ b/BGL/test/BGL/graph_concept_Arrangement_2.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include @@ -7,8 +7,7 @@ #include #include -typedef CGAL::Gmpq Number_type; -typedef CGAL::Cartesian Kernel; +typedef CGAL::Cartesian Kernel; typedef CGAL::Arr_segment_traits_2 Traits_2; typedef CGAL::Arrangement_2 Arrangement_2;