move file to subfolder Polygon_mesh_processing

This commit is contained in:
Jane Tournois 2015-01-20 11:40:07 +01:00
parent fcfe30d114
commit f7ff3b2548
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/orient_polygon_mesh.h>
#include <CGAL/Polygon_mesh_processing/orient_polygon_mesh.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/Timer.h>

View File

@ -20,7 +20,7 @@
#include <CGAL/polygon_soup_to_polygon_mesh.h>
#include <CGAL/orient_polygon_soup.h>
#include <CGAL/orient_polygon_mesh.h>
#include <CGAL/Polygon_mesh_processing/orient_polygon_mesh.h>
typedef Kernel::Point_3 Point_3;