From 241df59771d5b9d1048162b15c7c53fdd38a48f8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 4 Dec 2017 11:20:18 +0100 Subject: [PATCH] Get rid of include --- gfx/video_driver.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index d06252fb90..c4174e6726 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -46,10 +46,6 @@ #include "../menu/menu_setting.h" #endif -#ifdef HAVE_OPENGL -#include "common/gl_common.h" -#endif - #include "video_thread_wrapper.h" #include "video_driver.h"