diff --git a/core/wsi/libretro.cpp b/core/wsi/libretro.cpp index d9b140566..7b7a44535 100644 --- a/core/wsi/libretro.cpp +++ b/core/wsi/libretro.cpp @@ -24,9 +24,7 @@ LibretroGraphicsContext theGLContext; #endif -#if defined(HAVE_D3D11) && !(defined(HAVE_OPENGL) || defined(HAVE_OPENGLES)) #include "context.h" -#endif GraphicsContext *GraphicsContext::instance; #endif