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{