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/ --- sub/draw_bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/draw_bmp.c') diff --git a/sub/draw_bmp.c b/sub/draw_bmp.c index 2b91befe50..2e92bdaaa5 100644 --- a/sub/draw_bmp.c +++ b/sub/draw_bmp.c @@ -25,7 +25,7 @@ #include #include -#include "mpvcore/mp_common.h" +#include "common/common.h" #include "draw_bmp.h" #include "img_convert.h" #include "video/mp_image.h" -- cgit v1.2.3