projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move networking #includes into separate file
[libav.git]
/
libavformat
/
rtpproto.c
diff --git
a/libavformat/rtpproto.c
b/libavformat/rtpproto.c
index
14850c4
..
6804510
100644
(file)
--- a/
libavformat/rtpproto.c
+++ b/
libavformat/rtpproto.c
@@
-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)