vo_opengl: hwdec_cuda: Don't include hwcontext headers

After various simplifications, these includes simply aren't needed
now.
This commit is contained in:
Philip Langdale 2016-12-04 11:00:54 -08:00 committed by wm4
parent 47f974a395
commit 83c5f704e7
1 changed files with 0 additions and 4 deletions

View File

@ -27,15 +27,11 @@
* when decoding 10bit streams (there is some hardware dithering going on).
*/
#include <libavutil/hwcontext.h>
#include "cuda_dynamic.h"
#include "video/mp_image_pool.h"
#include "hwdec.h"
#include "video.h"
#include <libavutil/hwcontext_cuda.h>
struct priv {
struct mp_hwdec_ctx hwctx;
struct mp_image layout;