mirror of https://github.com/CGAL/cgal
24 lines
526 B
C++
24 lines
526 B
C++
// Copyright (c) 1997 INRIA Sophia-Antipolis (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) : Mariette Yvinec
|
|
|
|
|
|
#ifndef CGAL_TRIANGULATION_DEFAULT_DATA_STRUCTURE_2_H
|
|
#define CGAL_TRIANGULATION_DEFAULT_DATA_STRUCTURE_2_H
|
|
|
|
#include <CGAL/license/Triangulation_2.h>
|
|
|
|
|
|
// no longer needed
|
|
// for backwards compatibility only
|
|
|
|
#endif //CGAL_TRIANGULATION_DEFAULT_DATA_STRUCTURE_2_H
|