From ca6caea2963e9964ff5819e7ea34bbb9417db065 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 5 Jun 2018 14:24:26 +0100 Subject: [PATCH] Remove redundant and unnecessary includes --- Polyhedron/demo/Polyhedron/Polyhedron_type.h | 2 -- Polyhedron/demo/Polyhedron/SMesh_type.h | 1 - Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp | 3 --- Polyhedron/demo/Polyhedron/Scene_surface_mesh_item.cpp | 8 +++----- .../demo/Polyhedron/include/CGAL/statistics_helpers.h | 2 -- 5 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_type.h b/Polyhedron/demo/Polyhedron/Polyhedron_type.h index 8b67a0100bb..b3c843c8294 100644 --- a/Polyhedron/demo/Polyhedron/Polyhedron_type.h +++ b/Polyhedron/demo/Polyhedron/Polyhedron_type.h @@ -9,8 +9,6 @@ // surface mesh #include #include -#include -#include #include #include diff --git a/Polyhedron/demo/Polyhedron/SMesh_type.h b/Polyhedron/demo/Polyhedron/SMesh_type.h index 9ed1734b125..f79a819cb9a 100644 --- a/Polyhedron/demo/Polyhedron/SMesh_type.h +++ b/Polyhedron/demo/Polyhedron/SMesh_type.h @@ -4,7 +4,6 @@ #include "properties.h" #include -#include #include #include diff --git a/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp b/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp index e9b878e1c93..a461c1056a4 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp +++ b/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp @@ -2,7 +2,6 @@ #include #include #include "Kernel_type.h" -#include #include #include #include @@ -14,7 +13,6 @@ #include #include #include -#include #include #include #include @@ -22,7 +20,6 @@ #include #include -#include #include #include diff --git a/Polyhedron/demo/Polyhedron/Scene_surface_mesh_item.cpp b/Polyhedron/demo/Polyhedron/Scene_surface_mesh_item.cpp index d3de2a71771..e8b23a32f3d 100644 --- a/Polyhedron/demo/Polyhedron/Scene_surface_mesh_item.cpp +++ b/Polyhedron/demo/Polyhedron/Scene_surface_mesh_item.cpp @@ -1,9 +1,10 @@ #include "Scene_surface_mesh_item.h" #include "Color_map.h" -#include + #include #include + #include #include #include @@ -12,7 +13,6 @@ #include #include -//#include #include #include #include @@ -21,8 +21,7 @@ #include #include -#include - +#include #include #include #include "triangulate_primitive.h" @@ -33,7 +32,6 @@ #include #include -#include #include "id_printing.h" //Used to triangulate the AABB_Tree diff --git a/Polyhedron/demo/Polyhedron/include/CGAL/statistics_helpers.h b/Polyhedron/demo/Polyhedron/include/CGAL/statistics_helpers.h index 28799d40fd9..e87c838848f 100644 --- a/Polyhedron/demo/Polyhedron/include/CGAL/statistics_helpers.h +++ b/Polyhedron/demo/Polyhedron/include/CGAL/statistics_helpers.h @@ -13,8 +13,6 @@ #include #include -#include - template void angles(Mesh* poly, double& mini, double& maxi, double& ave)