diff rtp.c @ 1754:1f7a6dc01100 libavformat

move networking #includes into separate file patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org
author mru
date Sun, 04 Feb 2007 17:05:44 +0000
parents a782462e2497
children 99d50be70d9a
line wrap: on
line diff
--- a/rtp.c	Fri Feb 02 17:54:50 2007 +0000
+++ b/rtp.c	Sun Feb 04 17:05:44 2007 +0000
@@ -23,11 +23,7 @@
 #include "bitstream.h"
 
 #include <unistd.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <netdb.h>
+#include "network.h"
 
 #include "rtp_internal.h"
 #include "rtp_h264.h"