From 5aa422885fa00dd2b7e28660f2f9f74e4489b380 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 27 Apr 2015 05:07:11 +0200 Subject: [PATCH] (GLUI) Remove dependency on gl_common.h --- menu/drivers/glui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index 1909358f0c..17dfb7c076 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -27,7 +27,6 @@ #include #include "../../gfx/video_thread_wrapper.h" -#include "../../gfx/drivers/gl_common.h" #include "../../gfx/font_driver.h" #include "../../gfx/video_texture.h" #include