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/out/vo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 2c9eec4849..e2881155df 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -27,7 +27,7 @@ #include #include "video/img_format.h" -#include "mpvcore/mp_common.h" +#include "common/common.h" #include "options/options.h" #define VO_EVENT_EXPOSE 1 -- cgit v1.2.3