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/ --- player/screenshot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player/screenshot.c') diff --git a/player/screenshot.c b/player/screenshot.c index fd09474904..94fc25f563 100644 --- a/player/screenshot.c +++ b/player/screenshot.c @@ -28,8 +28,8 @@ #include "screenshot.h" #include "core.h" #include "command.h" -#include "mpvcore/bstr.h" -#include "mpvcore/mp_msg.h" +#include "bstr/bstr.h" +#include "common/msg.h" #include "options/path.h" #include "video/mp_image.h" #include "video/decode/dec_video.h" -- cgit v1.2.3