refactor: remove duplicate header file inclusion

This commit is contained in:
zfb132 2025-01-15 23:34:10 +08:00
parent 36d98614df
commit d5d01a4d32
No known key found for this signature in database
GPG Key ID: 8E73F1BB4E9BECE0
1 changed files with 0 additions and 2 deletions

View File

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