From 71cc6515d211697b93ee50efc1f4ed38f538b873 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 12 Jan 2015 18:53:47 +0100 Subject: [PATCH] Remove more header includes --- gfx/gl_common.h | 1 - gfx/shader/shader_glsl.c | 1 - gfx/shader/shader_null.c | 1 - 3 files changed, 3 deletions(-) diff --git a/gfx/gl_common.h b/gfx/gl_common.h index ec2d27a56a..ae2ee038d1 100644 --- a/gfx/gl_common.h +++ b/gfx/gl_common.h @@ -20,7 +20,6 @@ #include "../general.h" #include "fonts/fonts.h" #include -#include "video_context.h" #include #include "fonts/gl_font.h" #include "shader/shader_context.h" diff --git a/gfx/shader/shader_glsl.c b/gfx/shader/shader_glsl.c index 19ddad2e2e..9e8b7c77c9 100644 --- a/gfx/shader/shader_glsl.c +++ b/gfx/shader/shader_glsl.c @@ -27,7 +27,6 @@ #include "../../config.h" #endif -#include "../video_context.h" #include #ifdef HAVE_OPENGL diff --git a/gfx/shader/shader_null.c b/gfx/shader/shader_null.c index 840fa711e1..ac917e7a15 100644 --- a/gfx/shader/shader_null.c +++ b/gfx/shader/shader_null.c @@ -31,7 +31,6 @@ #include "../gl_common.h" #endif -#include "../video_context.h" #include "shader_context.h" #include