diff --git a/gfx/context/androidegl_ctx.c b/gfx/context/androidegl_ctx.c index cfc25afea5..09acaa8baa 100644 --- a/gfx/context/androidegl_ctx.c +++ b/gfx/context/androidegl_ctx.c @@ -24,13 +24,8 @@ #include "../../frontend/platform/platform_android.h" #include "../image/image.h" -#include "../fonts/gl_font.h" #include -#ifdef HAVE_GLSL -#include "../shader_glsl.h" -#endif - static bool g_use_hw_ctx; static EGLContext g_egl_hw_ctx; static EGLContext g_egl_ctx;