From f7ff3b25483ff70dba7abe99a3bfda6147de302a Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 20 Jan 2015 11:40:07 +0100 Subject: [PATCH] move file to subfolder Polygon_mesh_processing --- .../CGAL/{ => Polygon_mesh_processing}/orient_polygon_mesh.h | 0 .../test/Polygon_mesh_processing/orient_polyhedron_3_test.cpp | 2 +- Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Polygon_mesh_processing/include/CGAL/{ => Polygon_mesh_processing}/orient_polygon_mesh.h (100%) diff --git a/Polygon_mesh_processing/include/CGAL/orient_polygon_mesh.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orient_polygon_mesh.h similarity index 100% rename from Polygon_mesh_processing/include/CGAL/orient_polygon_mesh.h rename to Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orient_polygon_mesh.h diff --git a/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polyhedron_3_test.cpp b/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polyhedron_3_test.cpp index e1bb3b53070..39256113c03 100644 --- a/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polyhedron_3_test.cpp +++ b/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polyhedron_3_test.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include diff --git a/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp b/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp index 87a4eb51ba7..bee91b74b4b 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp +++ b/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include typedef Kernel::Point_3 Point_3;