From a17d6a853e2f9d9f24154c2e3e396e5e47d62852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 2 Mar 2020 11:42:54 +0100 Subject: [PATCH] Fix includes --- .../include/CGAL/Polygon_mesh_processing/distance.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h index 544a1e427eb..58fcba1802e 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h @@ -15,10 +15,9 @@ #include +#include +#include -#include -#include -#include #include #include #include @@ -27,11 +26,8 @@ #include #include #include - #include -#include -#include #ifdef CGAL_LINKED_WITH_TBB #include #include