summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec.h
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/hwdec.h
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/hwdec.h')
-rw-r--r--video/out/opengl/hwdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/hwdec.h b/video/out/opengl/hwdec.h
index f978b70018..20bbaae9eb 100644
--- a/video/out/opengl/hwdec.h
+++ b/video/out/opengl/hwdec.h
@@ -1,7 +1,7 @@
#ifndef MPGL_HWDEC_H_
#define MPGL_HWDEC_H_
-#include "common.h"
+#include "video/mp_image.h"
#include "ra.h"
#include "video/hwdec.h"