mirror of https://github.com/CGAL/cgal
Cleaned up
This commit is contained in:
parent
f69ad03ef8
commit
f4a02aeaef
|
|
@ -7,11 +7,10 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef CGAL_BSO_2_GPS_POLYGON_SIMPILFIER_H
|
#ifndef CGAL_GPS_POLYGON_SIMPILFIER_H
|
||||||
#define CGAL_BSO_2_GPS_POLYGON_SIMPILFIER_H
|
#define CGAL_GPS_POLYGON_SIMPILFIER_H
|
||||||
|
|
||||||
#include <CGAL/license/Boolean_set_operations_2.h>
|
#include <CGAL/license/Boolean_set_operations_2.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,13 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||||
//
|
//
|
||||||
//
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
// Author(s): Baruch Zukerman <baruchzu@post.tau.ac.il>
|
|
||||||
// Ron Wein <wein@post.tau.ac.il>
|
// Ron Wein <wein@post.tau.ac.il>
|
||||||
// Boris Kozorovitzky <boriskoz@post.tau.ac.il>
|
// Boris Kozorovitzky <boriskoz@post.tau.ac.il>
|
||||||
// Guy Zucker <guyzucke@post.tau.ac.il>
|
// Guy Zucker <guyzucke@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef CGAL_BSO_2_GPS_POLYGON_VALIDATION_2_H
|
#ifndef CGAL_GPS_POLYGON_VALIDATION_2_H
|
||||||
#define CGAL_BSO_2_GPS_POLYGON_VALIDATION_2_H
|
#define CGAL_GPS_POLYGON_VALIDATION_2_H
|
||||||
|
|
||||||
#include <CGAL/license/Boolean_set_operations_2.h>
|
#include <CGAL/license/Boolean_set_operations_2.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
// Ron Wein <wein@post.tau.ac.il>
|
// Ron Wein <wein@post.tau.ac.il>
|
||||||
// Efi Fogel <efifogel@gmail.com>
|
// Efi Fogel <efifogel@gmail.com>
|
||||||
|
|
||||||
#ifndef CGAL_BSO_2_INDEXED_VISITOR_H
|
#ifndef CGAL_INDEXED_VISITOR_H
|
||||||
#define CGAL_BSO_2_INDEXED_VISITOR_H
|
#define CGAL_INDEXED_VISITOR_H
|
||||||
|
|
||||||
#include <CGAL/license/Boolean_set_operations_2.h>
|
#include <CGAL/license/Boolean_set_operations_2.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue