comparison rtp.c @ 5521:ab2af3bc94f6 libavformat

Remove the inclusion of unneeded headers
author lucabe
date Mon, 11 Jan 2010 19:55:14 +0000
parents 304a0ea063f0
children 536e5527c1e0
comparison
equal deleted inserted replaced
5520:8797851aeedb 5521:ab2af3bc94f6
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "libavcodec/get_bits.h"
23 #include "avformat.h" 22 #include "avformat.h"
24
25 #include <unistd.h>
26 #include "network.h"
27 23
28 #include "rtp.h" 24 #include "rtp.h"
29 25
30 //#define DEBUG 26 //#define DEBUG
31 27