mirror of https://github.com/CGAL/cgal
24 lines
613 B
C
24 lines
613 B
C
// Copyright (c) 2015 GeometryFactory
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s) : Andreas Fabri,
|
|
// Mael Rouxel-Labbé
|
|
|
|
#ifndef CGAL_IO_STL_READER_H
|
|
#define CGAL_IO_STL_READER_H
|
|
|
|
#include <CGAL/disable_warnings.h>
|
|
|
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/STL_reader.h>"
|
|
#define CGAL_REPLACEMENT_HEADER "<CGAL/IO/STL/STL_reader.h>"
|
|
#include <CGAL/internal/deprecation_warning.h>
|
|
#include <CGAL/IO/STL/STL_reader.h>
|
|
#include <CGAL/enable_warnings.h>
|
|
|
|
#endif // CGAL_IO_STL_READER_H
|