summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 19:38:59 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 19:38:59 +0000
commit2fafb67e962b99a159ef0834de41c0aa7edb3451 (patch)
tree3471d48f7970f18821cb2e6cc52b7a41c3a5e05e /stream
parent7c4ced0cbb6d4dea7e390aaaa57b49ea5d410f1f (diff)
downloadmpv-2fafb67e962b99a159ef0834de41c0aa7edb3451.tar.bz2
mpv-2fafb67e962b99a159ef0834de41c0aa7edb3451.tar.xz
removed some useless includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19326 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/rtp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/stream/rtp.h b/stream/rtp.h
index 3bda4a526a..99e129f677 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -8,13 +8,6 @@
#ifndef _RTP_H
#define _RTP_H
-#include "config.h"
-#ifndef HAVE_WINSOCK2
-#include <sys/socket.h>
-#else
-#include <winsock2.h>
-#endif
-
int read_rtp_from_server(int fd, char *buffer, int length);
#endif