summaryrefslogtreecommitdiff
path: root/src/Subsampling/example/example_custom_kernel.cpp
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 16:15:18 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 16:15:18 +0200
commitd066372ac3ce5256fcd780a9dfc8e8f871fe65aa (patch)
tree12d609b56bc6052d4f0fa06981d4a7883ed1122c /src/Subsampling/example/example_custom_kernel.cpp
parent68753b3c28321e28eedd5829c94234da84e25c8d (diff)
parentf510a7e607b46ba8cc118cd787ff9b0b8bff091f (diff)
Merge branch 'master' into split_gudhi_python_in_modules
Diffstat (limited to 'src/Subsampling/example/example_custom_kernel.cpp')
-rw-r--r--src/Subsampling/example/example_custom_kernel.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Subsampling/example/example_custom_kernel.cpp b/src/Subsampling/example/example_custom_kernel.cpp
index 2d42bdde..f1eb757b 100644
--- a/src/Subsampling/example/example_custom_kernel.cpp
+++ b/src/Subsampling/example/example_custom_kernel.cpp
@@ -1,8 +1,6 @@
#include <gudhi/choose_n_farthest_points.h>
-#include <CGAL/Epick_d.h>
-#include <CGAL/Random.h>
-
+#include <iostream>
#include <vector>
#include <iterator>