From f2be1c39c89e688918e01b823948612ac805ad91 Mon Sep 17 00:00:00 2001 From: y5nw Date: Sat, 4 Oct 2025 13:56:56 +0200 Subject: [PATCH] SDL: Remove SDL_syswm.h include --- irr/src/CIrrDeviceSDL.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/irr/src/CIrrDeviceSDL.h b/irr/src/CIrrDeviceSDL.h index 30c65431b6..9e2cd3fd54 100644 --- a/irr/src/CIrrDeviceSDL.h +++ b/irr/src/CIrrDeviceSDL.h @@ -17,11 +17,6 @@ #endif #include -// DirectFB is removed in SDL3, thou distribution as Alpine currently ships SDL2 -// with enabled DirectFB, but requiring another fix at a top of SDL2. -// We don't need DirectFB in Irrlicht/Minetest, so simply disable it here to prevent issues. -#undef SDL_VIDEO_DRIVER_DIRECTFB -#include #include #include