From 9d5a83ebf68c46a3b792a10753e2d43b047025a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 11 Jun 2018 16:32:59 +0200 Subject: [PATCH] Renamed header --- .../benchmarks/Optimal_bounding_box/bench_custom.cpp | 2 +- .../benchmarks/Optimal_bounding_box/bench_obb.cpp | 2 +- .../benchmarks/Optimal_bounding_box/bench_perfomance.cpp | 2 +- .../CGAL/Optimal_bounding_box/{obb.h => optimal_bounding_box.h} | 0 .../test/Optimal_bounding_box/test_optimization_algorithms.cpp | 2 +- .../demo/Polyhedron/Plugins/PCA/Create_obb_mesh_plugin.cpp | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename Optimal_bounding_box/include/CGAL/Optimal_bounding_box/{obb.h => optimal_bounding_box.h} (100%) diff --git a/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_custom.cpp b/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_custom.cpp index 33f42eb27c3..f1bfa006914 100644 --- a/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_custom.cpp +++ b/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_custom.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include #include diff --git a/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_obb.cpp b/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_obb.cpp index 1bf8bddad18..ae20bc16bdb 100644 --- a/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_obb.cpp +++ b/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_obb.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_perfomance.cpp b/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_perfomance.cpp index 855c21e558c..fa1447df22c 100644 --- a/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_perfomance.cpp +++ b/Optimal_bounding_box/benchmarks/Optimal_bounding_box/bench_perfomance.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include #include diff --git a/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/obb.h b/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/optimal_bounding_box.h similarity index 100% rename from Optimal_bounding_box/include/CGAL/Optimal_bounding_box/obb.h rename to Optimal_bounding_box/include/CGAL/Optimal_bounding_box/optimal_bounding_box.h diff --git a/Optimal_bounding_box/test/Optimal_bounding_box/test_optimization_algorithms.cpp b/Optimal_bounding_box/test/Optimal_bounding_box/test_optimization_algorithms.cpp index 5b60bd283c9..f67dd655891 100644 --- a/Optimal_bounding_box/test/Optimal_bounding_box/test_optimization_algorithms.cpp +++ b/Optimal_bounding_box/test/Optimal_bounding_box/test_optimization_algorithms.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Polyhedron/demo/Polyhedron/Plugins/PCA/Create_obb_mesh_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PCA/Create_obb_mesh_plugin.cpp index 9dbf9da1da7..58ebc93542d 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PCA/Create_obb_mesh_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PCA/Create_obb_mesh_plugin.cpp @@ -14,7 +14,7 @@ #include "Scene_points_with_normal_item.h" #include -#include +#include #include //typedef Scene_surface_mesh_item Scene_facegraph_item;