From ae5846df5419ea84e6f6af9f5d81a7575b24efe6 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 18 Sep 2013 11:31:57 +0200 Subject: [PATCH] remove duplicate typedefs --- Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp b/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp index 39356900a78..52ae3475956 100644 --- a/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp +++ b/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #ifdef CGAL_USE_LEDA #include @@ -109,15 +110,6 @@ int main() } - typedef CGAL::Homogeneous_d Kernel; - typedef CGAL::Delaunay_d Delaunay_d; - typedef Delaunay_d::Point_d Point_d; - typedef Delaunay_d::Lifted_hyperplane_d Hyperplane_d; - typedef Delaunay_d::Sphere_d Sphere_d; - typedef Delaunay_d::Simplex_handle Simplex_handle; - typedef Delaunay_d::Vertex_handle Vertex_handle; - typedef Delaunay_d::Facet_handle Facet_handle; - { typedef CGAL::Homogeneous_d Kernel; typedef CGAL::Delaunay_d Delaunay_d;