Remove unnecessary include

This commit is contained in:
Mael Rouxel-Labbé 2022-10-12 21:32:30 +02:00
parent 296d9e5cc0
commit 73de5e49f4
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
#include <CGAL/Kernel/Return_base_tag.h>
#include <CGAL/Kernel/global_functions_3.h>
#include <type_traits> // for std::is_same and std::enable_if
#include <cmath> // for Compute_dihedral_angle
namespace CGAL {