move file to Polygon_mesh_processing

This commit is contained in:
Sébastien Loriot 2015-02-02 17:05:53 +01:00
parent e56a845b96
commit c9efa943d2
3 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>