// Copyright (c) 2020 GeometryFactory SARL (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, Gennadii Sytov, Simon Giraudot, Jean-Philippe Bauchet, Florent Lafarge // #ifndef CGAL_SHAPE_REGULARIZATION_HEADERS_H #define CGAL_SHAPE_REGULARIZATION_HEADERS_H /// \cond SKIP_IN_MANUAL #include /// \endcond /** * \ingroup PkgShapeRegularizationRef * \file CGAL/Shape_regularization.h * A convenience header that includes all free functions and classes for shape regularization. */ #include #include #include #include #endif // CGAL_SHAPE_REGULARIZATION_HEADERS_H