diff options
author | Måns Rullgård <mans@mansr.com> | 2007-06-24 12:29:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-06-24 12:29:12 +0000 |
commit | ca3e90825c1c455a84b27a15ae5dd61cdee87b97 (patch) | |
tree | 083dc98bdd160b8dc825258b5ee8ca49747dbc5c /libavformat/rtpproto.c | |
parent | 272605c73e02ff4e847e103ad3bd3161d7212949 (diff) | |
download | ffmpeg-ca3e90825c1c455a84b27a15ae5dd61cdee87b97.tar.gz |
remove duplicate #include
Originally committed as revision 9413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r-- | libavformat/rtpproto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 3708a90fa2..f56b63f534 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -25,7 +25,6 @@ #include <stdarg.h> #include "network.h" #include <fcntl.h> -#include "avstring.h" #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024) |