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 - video/mp_image.c | 2 -- video/out/vo_x11.c | 1 - video/sws_utils.c | 1 - 4 files changed, 5 deletions(-) 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" diff --git a/video/mp_image.c b/video/mp_image.c index 603c5969ec..9682a708ec 100644 --- a/video/mp_image.c +++ b/video/mp_image.c @@ -40,8 +40,6 @@ #include "sws_utils.h" #include "fmt-conversion.h" -#include "video/filter/vf.h" - const struct m_opt_choice_alternatives mp_spherical_names[] = { {"auto", MP_SPHERICAL_AUTO}, {"none", MP_SPHERICAL_NONE}, diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index f29d06ad16..9c7595e1d8 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -28,7 +28,6 @@ #include "vo.h" #include "video/csputils.h" #include "video/mp_image.h" -#include "video/filter/vf.h" #include #include diff --git a/video/sws_utils.c b/video/sws_utils.c index ae6df02f52..c8dcf5493d 100644 --- a/video/sws_utils.c +++ b/video/sws_utils.c @@ -33,7 +33,6 @@ #include "fmt-conversion.h" #include "csputils.h" #include "common/msg.h" -#include "video/filter/vf.h" #include "osdep/endian.h" //global sws_flags from the command line -- cgit v1.2.3