Remove the inclusion of unneeded headers

Originally committed as revision 21193 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Luca Abeni 15 years ago
parent fbb6c6c2d4
commit 3f60d2d327
  1. 2
      libavformat/rtpenc.c

@ -19,12 +19,10 @@
* 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"

Loading…
Cancel
Save