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/dvdnav.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player/dvdnav.c') diff --git a/player/dvdnav.c b/player/dvdnav.c index 6aad6f77ac..e90a65e035 100644 --- a/player/dvdnav.c +++ b/player/dvdnav.c @@ -20,8 +20,8 @@ #include "core.h" -#include "mpvcore/mp_msg.h" -#include "mpvcore/mp_common.h" +#include "common/msg.h" +#include "common/common.h" #include "input/input.h" #include "stream/stream_dvdnav.h" -- cgit v1.2.3