// Copyright (c) 2015 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v5.1/Shape_detection/include/CGAL/Shape_detection_3.h $ // $Id: Shape_detection_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez, Florent Lafarge, Simon Giraudot, Thien Hoang, Dmitry Anisimov // #ifndef CGAL_SHAPE_DETECTION_3_DEPRECATED_H #define CGAL_SHAPE_DETECTION_3_DEPRECATED_H #include #include // Deprecated --> #include #include #define CGAL_DEPRECATED_MESSAGE_DETAILS \ "CGAL::Shape_detection_3 namespace has been replaced by the namespace "\ "CGAL::Shape_detection." #include namespace CGAL { namespace Shape_detection_3 = Shape_detection; } // --< #endif // CGAL_SHAPE_DETECTION_3_DEPRECATED_H