mirror of https://github.com/CGAL/cgal
move file to Polygon_mesh_processing
This commit is contained in:
parent
e56a845b96
commit
c9efa943d2
|
|
@ -22,7 +22,7 @@
|
|||
#define CGAL_INTERSECTION_OF_POLYHEDRA_3_REFINEMENT_VISITOR_H
|
||||
|
||||
#include <CGAL/intersection_of_Polyhedra_3.h>
|
||||
#include <CGAL/internal/corefinement/Polyhedron_subset_extraction.h>
|
||||
#include <CGAL/Polygon_mesh_processing/Connected_components.h>
|
||||
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
||||
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
|
||||
#include <CGAL/Triangulation_vertex_base_with_info_2.h>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include "Polyhedron_demo_plugin_interface.h"
|
||||
|
||||
#include <CGAL/Polyhedron_copy_3.h>
|
||||
#include <CGAL/internal/corefinement/Polyhedron_subset_extraction.h>
|
||||
#include <CGAL/Polygon_mesh_processing/Connected_components.h>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/function_output_iterator.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue