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;