From 44497fce0e146c4ff23cdc6bde29079c96765f0a Mon Sep 17 00:00:00 2001 From: Coder2 Date: Sat, 28 Jun 2025 12:25:33 +0800 Subject: [PATCH] fix --- src/video/SDL_egl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/SDL_egl.c b/src/video/SDL_egl.c index fbece4136c..3d4df26073 100644 --- a/src/video/SDL_egl.c +++ b/src/video/SDL_egl.c @@ -19,7 +19,6 @@ * 3. This notice may not be removed or altered from any source distribution. */ #include "SDL_internal.h" -#include "dynapi/SDL_dynapi_overrides.h" #ifdef SDL_VIDEO_OPENGL_EGL