summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c18
1 files changed, 9 insertions, 9 deletions
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"