summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/CGAL
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bottleneck_distance/include/gudhi/CGAL')
-rw-r--r--src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h1
-rw-r--r--src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h
index 7b1676cf..9db9b8b6 100644
--- a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h
+++ b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h
@@ -28,7 +28,6 @@
#include <vector>
#include <CGAL/algorithm.h>
-#include <CGAL/Splitters.h>
#include <CGAL/internal/Get_dimension_tag.h>
#include <CGAL/Search_traits.h>
diff --git a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
index acefe926..d6d01439 100644
--- a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
+++ b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
@@ -21,7 +21,8 @@
#ifndef CGAL_KD_TREE_NODE_H
#define CGAL_KD_TREE_NODE_H
-#include <CGAL/Splitters.h>
+#include "Splitters.h"
+
#include <CGAL/Compact_container.h>
#include <boost/cstdint.hpp>