remove duplicate #include

Originally committed as revision 9413 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-06-24 12:29:12 +00:00
parent 272605c73e
commit ca3e90825c

View file

@ -25,7 +25,6 @@
#include <stdarg.h> #include <stdarg.h>
#include "network.h" #include "network.h"
#include <fcntl.h> #include <fcntl.h>
#include "avstring.h"
#define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_TX_BUF_SIZE (64 * 1024)
#define RTP_RX_BUF_SIZE (128 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024)