Remove more header includes

This commit is contained in:
twinaphex 2015-01-12 18:53:47 +01:00
parent 32eb748057
commit 71cc6515d2
3 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@
#include "../general.h"
#include "fonts/fonts.h"
#include <gfx/math/matrix_4x4.h>
#include "video_context.h"
#include <gfx/scaler/scaler.h>
#include "fonts/gl_font.h"
#include "shader/shader_context.h"

View File

@ -27,7 +27,6 @@
#include "../../config.h"
#endif
#include "../video_context.h"
#include <stdlib.h>
#ifdef HAVE_OPENGL

View File

@ -31,7 +31,6 @@
#include "../gl_common.h"
#endif
#include "../video_context.h"
#include "shader_context.h"
#include <stdlib.h>