diff --git a/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h b/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h index 364f0c734f1..c3b9bc22a29 100644 --- a/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h +++ b/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h @@ -23,7 +23,7 @@ #define CGAL_AABB_FACE_GRAPH_TRIANGLE_PRIMITIVE_H #include -#include +#include #include namespace CGAL { diff --git a/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h b/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h index 5e234c76985..e85ca6efe65 100644 --- a/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h +++ b/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h @@ -23,7 +23,7 @@ #define CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H #include -#include +#include #include #include diff --git a/AABB_tree/include/CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h b/BGL/include/CGAL/boost/graph/Halfedge_and_face_graph_property_maps.h similarity index 95% rename from AABB_tree/include/CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h rename to BGL/include/CGAL/boost/graph/Halfedge_and_face_graph_property_maps.h index c3835a22b73..123e81d8c0d 100644 --- a/AABB_tree/include/CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h +++ b/BGL/include/CGAL/boost/graph/Halfedge_and_face_graph_property_maps.h @@ -1,21 +1,16 @@ // Copyright (c) 2012 GeometryFactory (France). // All rights reserved. // -// This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. +// This file is part of CGAL (www.cgal.org); you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 3 of the License, +// or (at your option) any later version. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. // // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -// -// $URL$ -// $Id$ -// -// // Author(s) : Sebastien Loriot // diff --git a/Generator/test/Generator/generic_random_test.cpp b/Generator/test/Generator/generic_random_test.cpp index bde46f2a059..7ecd9e69806 100644 --- a/Generator/test/Generator/generic_random_test.cpp +++ b/Generator/test/Generator/generic_random_test.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include #include