From d652d479f1c2c6cdff1867d5be03ab9bcfb2656d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 16 Jan 2018 11:36:02 +0100 Subject: video: avoid some unnecessary vf.h includes --- video/decode/vd_lavc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/decode') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index eab1427bb7..234701131a 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -41,7 +41,6 @@ #include "vd.h" #include "video/hwdec.h" #include "video/img_format.h" -#include "video/filter/vf.h" #include "video/mp_image.h" #include "video/mp_image_pool.h" #include "video/decode/dec_video.h" -- cgit v1.2.3