summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
-rw-r--r--player/loadfile.c2
-rw-r--r--player/main.c1
-rw-r--r--player/misc.c1
4 files changed, 2 insertions, 4 deletions
diff --git a/player/command.c b/player/command.c
index d626e0c4a3..258251e948 100644
--- a/player/command.c
+++ b/player/command.c
@@ -37,7 +37,7 @@
#include "stream/stream.h"
#include "demux/demux.h"
#include "demux/stheader.h"
-#include "mpvcore/resolve.h"
+#include "stream/resolve/resolve.h"
#include "mpvcore/playlist.h"
#include "mpvcore/playlist_parser.h"
#include "sub/osd.h"
diff --git a/player/loadfile.c b/player/loadfile.c
index 603d48b988..b1e41a08b8 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -38,7 +38,6 @@
#include "mpvcore/options.h"
#include "mpvcore/m_property.h"
#include "mpvcore/mp_common.h"
-#include "mpvcore/resolve.h"
#include "mpvcore/encode.h"
#include "input/input.h"
@@ -49,6 +48,7 @@
#include "audio/out/ao.h"
#include "demux/demux.h"
#include "stream/stream.h"
+#include "stream/resolve/resolve.h"
#include "sub/ass_mp.h"
#include "sub/dec_sub.h"
#include "sub/find_subfiles.h"
diff --git a/player/main.c b/player/main.c
index d2b7d9dd61..cfaf6f47d5 100644
--- a/player/main.c
+++ b/player/main.c
@@ -42,7 +42,6 @@
#include "mpvcore/mp_common.h"
#include "mpvcore/mp_msg.h"
#include "mpvcore/mpv_global.h"
-#include "mpvcore/resolve.h"
#include "mpvcore/parser-cfg.h"
#include "mpvcore/parser-mpcmd.h"
#include "mpvcore/playlist.h"
diff --git a/player/misc.c b/player/misc.c
index 68728295d4..928b56f88c 100644
--- a/player/misc.c
+++ b/player/misc.c
@@ -30,7 +30,6 @@
#include "mpvcore/options.h"
#include "mpvcore/m_property.h"
#include "mpvcore/mp_common.h"
-#include "mpvcore/resolve.h"
#include "mpvcore/encode.h"
#include "mpvcore/playlist.h"
#include "input/input.h"