summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/rar.c2
-rw-r--r--stream/stream_lavf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/stream/rar.c b/stream/rar.c
index 4147a86866..00c5c16725 100644
--- a/stream/rar.c
+++ b/stream/rar.c
@@ -31,8 +31,8 @@
#include <libavutil/intreadwrite.h>
+#include "talloc.h"
#include "mpvcore/mp_common.h"
-#include "mpvcore/mp_talloc.h"
#include "stream.h"
#include "rar.h"
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index 8f82aedf05..d3aaf52d85 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -29,7 +29,7 @@
#include "cookies.h"
#include "mpvcore/bstr.h"
-#include "mpvcore/mp_talloc.h"
+#include "talloc.h"
static int open_f(stream_t *stream, int mode);
static char **read_icy(stream_t *stream);