vo_opengl: remove another unneeded GL include

Getting mp_pass_perf seriously requires including vo.h???
This commit is contained in:
wm4 2017-08-11 20:11:21 +02:00
parent 697c4389a9
commit e7a9bd6937
2 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,10 @@
#include <libavutil/common.h>
#include "formats.h"
#include "common/common.h"
#include "common/msg.h"
#include "video/csputils.h"
#include "video/mp_image.h"
#include "osd.h"
#define GLSL(x) gl_sc_add(sc, #x "\n");

View File

@ -4,6 +4,9 @@
#include "misc/bstr.h"
#include "ra.h"
// For mp_pass_perf
#include "video/out/vo.h"
struct mp_log;
struct mpv_global;
struct gl_shader_cache;