diff --git a/gfx/gl_common.h b/gfx/gl_common.h index 5643aaad9b..40b383a512 100644 --- a/gfx/gl_common.h +++ b/gfx/gl_common.h @@ -40,7 +40,6 @@ #include #elif defined(HAVE_OPENGLES2) #include -#include #elif defined(HAVE_OPENGLES1) #include #include diff --git a/gfx/shader_glsl.c b/gfx/shader_glsl.c index 9da4e32a9d..a5d480a715 100644 --- a/gfx/shader_glsl.c +++ b/gfx/shader_glsl.c @@ -39,7 +39,6 @@ #include #elif defined(HAVE_OPENGLES2) #include -#include #elif defined(HAVE_OPENGLES1) #include #include