[FFmpeg-cvslog] r21152 - trunk/libavformat/rtp.c

lucabe subversion
Mon Jan 11 20:55:14 CET 2010


Author: lucabe
Date: Mon Jan 11 20:55:14 2010
New Revision: 21152

Log:
Remove the inclusion of unneeded headers

Modified:
   trunk/libavformat/rtp.c

Modified: trunk/libavformat/rtp.c
==============================================================================
--- trunk/libavformat/rtp.c	Mon Jan 11 19:02:00 2010	(r21151)
+++ trunk/libavformat/rtp.c	Mon Jan 11 20:55:14 2010	(r21152)
@@ -19,12 +19,8 @@
  * 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



More information about the ffmpeg-cvslog mailing list