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/main.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index dfab92eefc..b421f2791a 100644 --- a/player/main.c +++ b/player/main.c @@ -32,20 +32,20 @@ #include "osdep/priority.h" #include "osdep/timer.h" -#include "mpvcore/av_log.h" -#include "mpvcore/codecs.h" -#include "mpvcore/cpudetect.h" -#include "mpvcore/encode.h" +#include "common/av_log.h" +#include "common/codecs.h" +#include "common/cpudetect.h" +#include "common/encode.h" #include "options/m_config.h" #include "options/m_option.h" #include "options/m_property.h" -#include "mpvcore/mp_common.h" -#include "mpvcore/mp_msg.h" -#include "mpvcore/mpv_global.h" +#include "common/common.h" +#include "common/msg.h" +#include "common/global.h" #include "options/parse_configfile.h" #include "options/parse_commandline.h" -#include "mpvcore/playlist.h" -#include "mpvcore/playlist_parser.h" +#include "common/playlist.h" +#include "common/playlist_parser.h" #include "options/options.h" #include "input/input.h" -- cgit v1.2.3