From 71fd3aa6b4ae3f12d75e1c06653b768940781f11 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 3 Oct 2014 16:34:15 +0200 Subject: [PATCH] (Android) Build fix --- gfx/context/androidegl_ctx.c | 5 ----- 1 file changed, 5 deletions(-) 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;