fix duplicate include <version>

And the second one was even very wrong (in the namespace CGAL)
This commit is contained in:
Laurent Rineau 2024-04-26 14:50:09 +02:00
parent b828719c7c
commit c743371ae3
1 changed files with 0 additions and 4 deletions

View File

@ -463,10 +463,6 @@ namespace CGAL {
#endif // CGAL_NO_DEPRECATED_CODE
namespace CGAL {
#if __has_include(<version>)
# include <version>
#endif
// Typedef for the type of nullptr.
typedef const void * Nullptr_t; // Anticipate C++0x's std::nullptr_t
namespace cpp11{