summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-10 21:36:57 +0200
committerwm4 <wm4@nowhere>2017-08-10 21:36:57 +0200
commitfba4e8aa40824a7c503546fad78e63d2901ce004 (patch)
treeb1e802284cfb88b04d945fa160a5a02332dedc73 /video/out/opengl/video.c
parentc6fafbffaca16959dfa2b4bf1eb97861ad66b5ef (diff)
downloadmpv-fba4e8aa40824a7c503546fad78e63d2901ce004.tar.bz2
mpv-fba4e8aa40824a7c503546fad78e63d2901ce004.tar.xz
vo_opengl: remove some indirect GL header inclusions from core renderer
Diffstat (limited to 'video/out/opengl/video.c')
-rw-r--r--video/out/opengl/video.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index d118fe928d..8b1e29b936 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -31,13 +31,10 @@
#include "options/m_config.h"
#include "common/global.h"
#include "options/options.h"
-#include "common.h"
-#include "formats.h"
#include "utils.h"
#include "hwdec.h"
#include "osd.h"
#include "ra.h"
-#include "ra_gl.h"
#include "stream/stream.h"
#include "video_shaders.h"
#include "user_shaders.h"