Mercurial > mplayer.hg
changeset 19320:06eef86d21cc
removed some useless includes
author | ben |
---|---|
date | Fri, 04 Aug 2006 19:38:59 +0000 |
parents | c565b6ac1d2a |
children | b61cf3d113ed |
files | stream/rtp.h |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/rtp.h Fri Aug 04 19:36:41 2006 +0000 +++ b/stream/rtp.h Fri Aug 04 19:38:59 2006 +0000 @@ -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