diff --git a/gfx/common/gl_common.h b/gfx/common/gl_common.h index c2a99d5519..78aced7c40 100644 --- a/gfx/common/gl_common.h +++ b/gfx/common/gl_common.h @@ -35,8 +35,6 @@ #include "../font_driver.h" #include "../video_common.h" #include "../video_context_driver.h" -#include "../video_shader_driver.h" -#include "../video_shader_parse.h" #if (!defined(HAVE_OPENGLES) || defined(HAVE_OPENGLES3)) #ifdef GL_PIXEL_PACK_BUFFER diff --git a/menu/drivers_display/menu_display_gl.c b/menu/drivers_display/menu_display_gl.c index 2d1ec6db21..0f0bcb7818 100644 --- a/menu/drivers_display/menu_display_gl.c +++ b/menu/drivers_display/menu_display_gl.c @@ -18,6 +18,7 @@ #include "../../config.def.h" #include "../../gfx/font_driver.h" #include "../../gfx/video_context_driver.h" +#include "../../gfx/video_shader_driver.h" #include "../../gfx/video_texture.h" #include "../../gfx/common/gl_common.h"