From 73a5417950a2d21a397597c05521725f3d125993 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:18:16 +0100 Subject: Merge mp_talloc.h into ta/ta_talloc.h --- stream/stream_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_lavf.c') 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); -- cgit v1.2.3