Skip to content

Commit

Permalink
refactor: remove duplicate header file inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
zfb132 committed Jan 15, 2025
1 parent 36d9861 commit d5d01a4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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 {
Expand Down

0 comments on commit d5d01a4

Please sign in to comment.