From 79fa2df1f78c1aad1680683cbc638fb09f4e595e Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 23 Jan 2015 15:49:22 +0100 Subject: [PATCH] remove useless include --- .../include/CGAL/Polygon_mesh_processing/compute_normal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/compute_normal.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/compute_normal.h index 1bfdd375afe..94ffdc7a7c0 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/compute_normal.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/compute_normal.h @@ -22,7 +22,6 @@ #ifndef CGAL_POLYGON_MESH_PROCESSING_COMPUTE_NORMAL_H #define CGAL_POLYGON_MESH_PROCESSING_COMPUTE_NORMAL_H -#include namespace CGAL{