mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
removed some useless includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7c4ced0cbb
commit
2fafb67e96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user