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/loadfile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'player/loadfile.c') diff --git a/player/loadfile.c b/player/loadfile.c index 7132ca972e..12a8568973 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -30,15 +30,15 @@ #include "osdep/io.h" #include "osdep/timer.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #include "options/path.h" #include "options/m_config.h" #include "options/parse_configfile.h" -#include "mpvcore/playlist.h" +#include "common/playlist.h" #include "options/options.h" #include "options/m_property.h" -#include "mpvcore/mp_common.h" -#include "mpvcore/encode.h" +#include "common/common.h" +#include "common/encode.h" #include "input/input.h" #include "audio/mixer.h" -- cgit v1.2.3