mirror of https://github.com/CGAL/cgal
refactor: remove duplicate header file inclusion
This commit is contained in:
parent
36d98614df
commit
d5d01a4d32
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue