From c743371ae304a1f9639419775b27e6b7dd4d0af5 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 26 Apr 2024 14:50:09 +0200 Subject: [PATCH] fix duplicate include And the second one was even very wrong (in the namespace CGAL) --- Installation/include/CGAL/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index 9733c04e292..4faa6ad4843 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -463,10 +463,6 @@ namespace CGAL { #endif // CGAL_NO_DEPRECATED_CODE namespace CGAL { -#if __has_include() -# include -#endif - // Typedef for the type of nullptr. typedef const void * Nullptr_t; // Anticipate C++0x's std::nullptr_t namespace cpp11{