From 83c5f704e7d483e2db6df90dacd24896d45fe39a Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Sun, 4 Dec 2016 11:00:54 -0800 Subject: vo_opengl: hwdec_cuda: Don't include hwcontext headers After various simplifications, these includes simply aren't needed now. --- video/out/opengl/hwdec_cuda.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video/out/opengl/hwdec_cuda.c') diff --git a/video/out/opengl/hwdec_cuda.c b/video/out/opengl/hwdec_cuda.c index c3d2e34ae3..4edad96c7a 100644 --- a/video/out/opengl/hwdec_cuda.c +++ b/video/out/opengl/hwdec_cuda.c @@ -27,15 +27,11 @@ * when decoding 10bit streams (there is some hardware dithering going on). */ -#include - #include "cuda_dynamic.h" #include "video/mp_image_pool.h" #include "hwdec.h" #include "video.h" -#include - struct priv { struct mp_hwdec_ctx hwctx; struct mp_image layout; -- cgit v1.2.3