summaryrefslogtreecommitdiffstats
path: root/stream/stream_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_file.c')
-rw-r--r--stream/stream_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_file.c b/stream/stream_file.c
index 1e9f372ba4..90615ac51f 100644
--- a/stream/stream_file.c
+++ b/stream/stream_file.c
@@ -29,9 +29,9 @@
#include "osdep/io.h"
-#include "core/mp_msg.h"
+#include "mpvcore/mp_msg.h"
#include "stream.h"
-#include "core/m_option.h"
+#include "mpvcore/m_option.h"
struct priv {
int fd;