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/mp_image.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/mp_image.c') 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}, -- cgit v1.2.3