Mercurial > mplayer.hg
comparison libmpdemux/demux_rtp_internal.h @ 30716:e4ad2582ca37
Remove unnecessary stream.h #includes.
author | diego |
---|---|
date | Sat, 27 Feb 2010 12:45:12 +0000 |
parents | d643e4643313 |
children | c81fe45b1624 |
comparison
equal
deleted
inserted
replaced
30715:f5ecd7dd58e8 | 30716:e4ad2582ca37 |
---|---|
20 #define MPLAYER_DEMUX_RTP_INTERNAL_H | 20 #define MPLAYER_DEMUX_RTP_INTERNAL_H |
21 | 21 |
22 #include <stdlib.h> | 22 #include <stdlib.h> |
23 | 23 |
24 extern "C" { | 24 extern "C" { |
25 #ifndef STREAM_H | |
26 #include "stream/stream.h" | |
27 #endif | |
28 #ifndef DEMUXER_H | 25 #ifndef DEMUXER_H |
29 #include "demuxer.h" | 26 #include "demuxer.h" |
30 #endif | 27 #endif |
31 #ifdef CONFIG_LIBAVCODEC | 28 #ifdef CONFIG_LIBAVCODEC |
32 #include "libavcodec/avcodec.h" | 29 #include "libavcodec/avcodec.h" |