summaryrefslogtreecommitdiff
path: root/src/Subsampling/example/example_pick_n_random_points.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Subsampling/example/example_pick_n_random_points.cpp')
-rw-r--r--src/Subsampling/example/example_pick_n_random_points.cpp2
1 files changed, 0 insertions, 2 deletions
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 <CGAL/Epick_d.h>
#include <CGAL/Random.h>
-#include <array>
#include <vector>
#include <iterator>
int main (void)
{
typedef CGAL::Epick_d<CGAL::Dimension_tag<4> > K;
- typedef typename K::FT FT;
typedef typename K::Point_d Point_d;
CGAL::Random rd;