changeset 5530:f9d233143854 libavformat

Remove the inclusion of unneeded headers
author lucabe
date Wed, 13 Jan 2010 18:18:21 +0000
parents 0a67dbb939a0
children 4fb6cd49830e
files rtpenc.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rtpenc.c	Wed Jan 13 15:55:42 2010 +0000
+++ b/rtpenc.c	Wed Jan 13 18:18:21 2010 +0000
@@ -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"