From 2c710058f3e053189630320f36e27aa3b5805378 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 12 Jan 2025 21:13:30 +0100 Subject: [PATCH] fixing too recent header --- runtime/Includes/PreCompiled.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/runtime/Includes/PreCompiled.h b/runtime/Includes/PreCompiled.h index 653f085..24d49ad 100644 --- a/runtime/Includes/PreCompiled.h +++ b/runtime/Includes/PreCompiled.h @@ -52,15 +52,6 @@ #include #include -// Experimentals -#if __has_include() - #include -#elif __has_include() - #include -#else - #error header not present in this STL -#endif - #ifndef MLX_PLAT_WINDOWS #include #endif