From 0112143fdaae0a6264d9e02355e9dc0ca4f7741c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:39:45 +0100 Subject: Split mpvcore/ into common/, misc/, bstr/ --- video/filter/vf_yadif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/filter/vf_yadif.c') diff --git a/video/filter/vf_yadif.c b/video/filter/vf_yadif.c index 46e59bf741..3eeca30021 100644 --- a/video/filter/vf_yadif.c +++ b/video/filter/vf_yadif.c @@ -25,10 +25,10 @@ #include #include "config.h" -#include "mpvcore/cpudetect.h" +#include "common/cpudetect.h" #include "options/options.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #include "video/img_format.h" #include "video/mp_image.h" #include "vf.h" -- cgit v1.2.3