diff --git a/Triangulation_2/test/Triangulation_2/include/CGAL/_test_short_names_2.h b/Triangulation_2/test/Triangulation_2/include/CGAL/_test_short_names_2.h deleted file mode 100644 index fa44f4a11f1..00000000000 --- a/Triangulation_2/test/Triangulation_2/include/CGAL/_test_short_names_2.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef CGAL_TRIANGULATION_TEST_SHORT_NAMES_2_H -#define CGAL_TRIANGULATION_TEST_SHORT_NAMES_2_H - - -// Define shorter names - - #define Cartesian Ca - #define Homogeneous Hg -// #define Quotient Qt - - #define Triangulation_test_point Ttp - #define Triangulation_test_segment Tts - #define Triangulation_test_line Ttl - #define Triangulation_test_direction Ttd - #define Triangulation_test_ray Ttr - #define Triangulation_test_distance Ttdst - #define _Triangulation_test_traits _Tttr - -#endif //CGAL_TRIANGULATION_TEST_SHORT_NAMES_2_H diff --git a/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h b/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h index 3b9285f281e..c9ad3bd67aa 100644 --- a/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h +++ b/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h @@ -1,34 +1,12 @@ #ifndef CGAL_TEST_TYPES_H #define CGAL_TEST_TYPES_H -#include - -#include #include #include - - - -// #ifdef CGAL_USE_CLN -// #include -// #include -// #include -// typedef cl_I Rtype; -// #else -// #ifdef CGAL_USE_GMP -// #include -// typedef CGAL::Gmpz Rtype; -// #else -// #ifdef CGAL_USE_LEDA -// #include -// typedef leda_integer Rtype; -// #else +#include #include typedef CGAL::MP_Float Rtype; -//#endif // CGAL_USE_LEDA -//#endif // CGAL_USE_GMP -//#endif // CGAL_USE_CLN #include typedef CGAL::Quotient Ftype; @@ -42,11 +20,9 @@ typedef CGAL::Homogeneous Test_rep_homogeneous; #include #include typedef CGAL::Simple_cartesian K1; -typedef CGAL::Filtered_kernel K; -struct TestK : public K {}; +typedef CGAL::Filtered_kernel TestK; typedef CGAL::Quotient Exact_type; -typedef CGAL::Simple_cartesian Exact_kernel; -struct EK : public Exact_kernel {}; +typedef CGAL::Simple_cartesian EK; #endif