From df28a4cc46dd2c3dc306351019ab3d36c4968ca3 Mon Sep 17 00:00:00 2001 From: numzero Date: Fri, 3 Mar 2023 21:23:07 +0300 Subject: [PATCH] Fix ifdefs around includes in CIrrDeviceSDL --- source/Irrlicht/CIrrDeviceSDL.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/Irrlicht/CIrrDeviceSDL.cpp b/source/Irrlicht/CIrrDeviceSDL.cpp index 6ebf63b9..ecd8a8da 100644 --- a/source/Irrlicht/CIrrDeviceSDL.cpp +++ b/source/Irrlicht/CIrrDeviceSDL.cpp @@ -20,15 +20,10 @@ #include #ifdef _IRR_EMSCRIPTEN_PLATFORM_ -#ifdef _IRR_COMPILE_WITH_OGLES2_ -#include "CEGLManager.h" -#endif #include #endif -#ifdef _IRR_COMPILE_WITH_OPENGL_ #include "CSDLManager.h" -#endif static int SDLDeviceInstances = 0;