Remove the inclusion of unneeded headers
authorLuca Abeni <lucabe72@email.it>
Mon, 11 Jan 2010 19:55:14 +0000 (19:55 +0000)
committerLuca Abeni <lucabe72@email.it>
Mon, 11 Jan 2010 19:55:14 +0000 (19:55 +0000)
Originally committed as revision 21152 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtp.c

index c4fb24a..9c17a62 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavcodec/get_bits.h"
 #include "avformat.h"
 
-#include <unistd.h>
-#include "network.h"
-
 #include "rtp.h"
 
 //#define DEBUG