removed some useless includes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-08-04 19:38:59 +00:00
parent 7c4ced0cbb
commit 2fafb67e96
1 changed files with 0 additions and 7 deletions

View File

@ -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