From 404297f53b222f34a436638117ffb1affca18e7b Mon Sep 17 00:00:00 2001 From: skachano Date: Wed, 5 Oct 2016 09:36:37 +0000 Subject: Warning FT and include array in 2 files git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1642 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f25797a941de0f814b2bb1d16a0a3b31cd848282 --- src/Subsampling/example/example_choose_n_farthest_points.cpp | 2 -- src/Subsampling/example/example_pick_n_random_points.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Subsampling/example/example_choose_n_farthest_points.cpp b/src/Subsampling/example/example_choose_n_farthest_points.cpp index 7afc8033..4bcb0eb9 100644 --- a/src/Subsampling/example/example_choose_n_farthest_points.cpp +++ b/src/Subsampling/example/example_choose_n_farthest_points.cpp @@ -3,14 +3,12 @@ #include #include -#include #include #include int main (void) { typedef CGAL::Epick_d > K; - typedef typename K::FT FT; typedef typename K::Point_d Point_d; CGAL::Random rd; diff --git a/src/Subsampling/example/example_pick_n_random_points.cpp b/src/Subsampling/example/example_pick_n_random_points.cpp index e0d3b789..7b4379e4 100644 --- a/src/Subsampling/example/example_pick_n_random_points.cpp +++ b/src/Subsampling/example/example_pick_n_random_points.cpp @@ -3,14 +3,12 @@ #include #include -#include #include #include int main (void) { typedef CGAL::Epick_d > K; - typedef typename K::FT FT; typedef typename K::Point_d Point_d; CGAL::Random rd; -- cgit v1.2.3