refactor: remove duplicate header file inclusion (#8692)

## Summary of Changes

remove duplicate header file inclusion

## Release Management

* Affected package(s): Polygon_mesh_processing
This commit is contained in:
Sebastien Loriot 2025-01-22 10:46:18 +01:00 committed by GitHub
commit db45571323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#include <CGAL/assertions.h> #include <CGAL/assertions.h>
#include <CGAL/boost/graph/iterator.h> #include <CGAL/boost/graph/iterator.h>
#include <CGAL/boost/graph/helpers.h>
#include <CGAL/boost/graph/Face_filtered_graph.h> #include <CGAL/boost/graph/Face_filtered_graph.h>
#include <CGAL/boost/graph/copy_face_graph.h> #include <CGAL/boost/graph/copy_face_graph.h>
#include <CGAL/Container_helper.h> #include <CGAL/Container_helper.h>
@ -38,7 +37,6 @@
#include <CGAL/iterator.h> #include <CGAL/iterator.h>
#include <CGAL/tuple.h> #include <CGAL/tuple.h>
#include <CGAL/Named_function_parameters.h>
#include <CGAL/boost/graph/named_params_helper.h> #include <CGAL/boost/graph/named_params_helper.h>
namespace CGAL { namespace CGAL {