From 1cfb9e48eda8574a538f8c3ef81cd7c813e70b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 13 Jun 2018 15:36:35 +0200 Subject: [PATCH] Renamed include guard --- STL_Extension/include/CGAL/functional.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STL_Extension/include/CGAL/functional.h b/STL_Extension/include/CGAL/functional.h index e1f2da9bc19..1fb79867d40 100644 --- a/STL_Extension/include/CGAL/functional.h +++ b/STL_Extension/include/CGAL/functional.h @@ -23,8 +23,8 @@ // // Author(s) : Andreas Fabri -#ifndef CGAL_UNARY_FUNCTION_H -#define CGAL_UNARY_FUNCTION_H +#ifndef CGAL_FUNCTIONAL_H +#define CGAL_FUNCTIONAL_H namespace CGAL { @@ -51,4 +51,4 @@ namespace cpp98 { } // namespace CGAL -#endif // CGAL_UNARY_FUNCTION_H +#endif // CGAL_FUNCTIONAL_H