diff rtsp.c @ 2681:6037eb4919fb libavformat

Remove the inclusion of rtsp.h and rtp.h from avformat.h, and explicitly include such headers where needed
author lucabe
date Mon, 29 Oct 2007 09:15:35 +0000
parents a32ac90d5d67
children 3dd4b622f4e3
line wrap: on
line diff
--- a/rtsp.c	Sun Oct 28 22:11:07 2007 +0000
+++ b/rtsp.c	Mon Oct 29 09:15:35 2007 +0000
@@ -24,6 +24,7 @@
 #include <unistd.h> /* for select() prototype */
 #include "network.h"
 #include "avstring.h"
+#include "rtsp.h"
 
 #include "rtp_internal.h"