Mercurial > mplayer.hg
comparison stream/stream_live555.c @ 34174:a93891202051
Add missing mp_msg.h #includes, remove some unnecessary ones.
author | diego |
---|---|
date | Wed, 26 Oct 2011 15:12:35 +0000 |
parents | 9494acd724a9 |
children | 7505733df2b4 |
comparison
equal
deleted
inserted
replaced
34173:a5d8b198c214 | 34174:a93891202051 |
---|---|
21 #include <unistd.h> | 21 #include <unistd.h> |
22 #include <stdlib.h> | 22 #include <stdlib.h> |
23 #include <stdio.h> | 23 #include <stdio.h> |
24 #include <string.h> | 24 #include <string.h> |
25 | 25 |
26 #include "mp_msg.h" | |
26 #include "stream.h" | 27 #include "stream.h" |
27 #include "network.h" | 28 #include "network.h" |
28 #include "libmpdemux/demuxer.h" | 29 #include "libmpdemux/demuxer.h" |
29 #include "help_mp.h" | 30 #include "help_mp.h" |
30 | 31 |