Remove the inclusion of unneeded headers
authorLuca Abeni <lucabe72@email.it>
Wed, 13 Jan 2010 18:18:21 +0000 (18:18 +0000)
committerLuca Abeni <lucabe72@email.it>
Wed, 13 Jan 2010 18:18:21 +0000 (18:18 +0000)
Originally committed as revision 21193 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtpenc.c

index 3e913ce..640306a 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavcodec/get_bits.h"
 #include "avformat.h"
 #include "mpegts.h"
 
 #include <unistd.h>
-#include "network.h"
 
 #include "rtpenc.h"