summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-06 08:27:19 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-06 08:27:19 +0000
commite1d3c44120619ace7d64b1bb5151e873867c9639 (patch)
treedb2ae9cc3561be70f63b01b1b3b1ff9442fa120a /src/Bottleneck_distance/include
parent284a45fc6ffcf049e667065acda71c17165b4f5c (diff)
kd_tree modified added
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneckDistance@1249 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c2c617e0f808bb2c51042174c5d2b4bbdd3998c9
Diffstat (limited to 'src/Bottleneck_distance/include')
-rw-r--r--src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h b/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h
index 3f3723c3..37c6a122 100644
--- a/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h
+++ b/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h
@@ -25,9 +25,7 @@
#include <list>
#include <map>
-#include <CGAL/Search_traits.h>
-#include <CGAL/Orthogonal_incremental_neighbor_search.h>
-#include <CGAL/Weighted_Minkowski_distance.h>
+#include "../CGAL/Kd_tree.h"
#include <CGAL/Miscellaneous.h>
#include <gudhi/Persistence_diagrams_graph.h>