// Copyright (c) 2020 GeometryFactory SARL (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov // #ifndef CGAL_WEIGHTS_H #define CGAL_WEIGHTS_H /** * \ingroup PkgWeightsRef * \file CGAL/Weights.h * A convenience header that includes all weights. */ /// \cond SKIP_IN_MANUAL #include /// \endcond #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif // CGAL_WEIGHTS_H