diff rtpproto.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 92afee454599
children eb16c64144ee
line wrap: on
line diff
--- a/rtpproto.c	Fri Feb 02 17:54:50 2007 +0000
+++ b/rtpproto.c	Sun Feb 04 17:05:44 2007 +0000
@@ -22,11 +22,7 @@
 
 #include <unistd.h>
 #include <stdarg.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <netdb.h>
+#include "network.h"
 #include <fcntl.h>
 
 #define RTP_TX_BUF_SIZE  (64 * 1024)