mirror of https://github.com/CGAL/cgal
19 lines
414 B
C++
19 lines
414 B
C++
// Copyright (c) 2019 Max-Planck-Institute Saarbruecken (Germany).
|
|
// 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) : Andreas Fabri
|
|
|
|
#ifndef CGAL_PARTITION_TRAITS_2_H
|
|
#define CGAL_PARTITION_TRAITS_2_H
|
|
|
|
#include <CGAL/license/Partition_2.h>
|
|
|
|
#endif // CGAL_PARTITION_TRAITS_2_H
|