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